locale-emoji
locale-emoji copied to clipboard
Typescript allows `d.ts` files to be used to describe the types for a "normal" JavaScript file ([documentation](https://www.typescriptlang.org/docs/handbook/declaration-files/templates/module-d-ts.html#default-exports)). This PR adds the (very simple) declaration to make your helpful package available...
localeEmoji('zh-Hant'); // expected: TW actual: CN zh-Hant is split as code-Country code: 'zh' is mapped to CN I can make a PR to fix it, but it seems that PRs...
Hey, first off, thanks for this great package! I can't seem to find any license file alongside the code. It would be really helpful to know the usage limitations for...