Skip to main content
Latest
File
function isStrictlyPalindromic(_n: number): boolean { return false;}export default isStrictlyPalindromic;