{"version":3,"file":"extractCharCode.mjs","sources":["../../src/utils/extractCharCode.ts"],"sourcesContent":["/**\n * Ponyfill for IE because it doesn't support `codePointAt`\n * @param str\n * @private\n */\nexport function extractCharCode(str: string): number\n{\n    return str.codePointAt ? str.codePointAt(0) : str.charCodeAt(0);\n}\n"],"names":[],"mappings":"AAKO,SAAA,eAAA,CAAyB,GAChC,EAAA;AACI,EAAO,OAAA,GAAA,CAAI,cAAc,GAAI,CAAA,WAAA,CAAY,CAAC,CAAI,GAAA,GAAA,CAAI,WAAW,CAAC,CAAA,CAAA;AAClE;;;;"}