function isStrictlyPalindromic(_n: number): boolean { return false; } export default isStrictlyPalindromic;