UNPKG

108 BTypeScriptView Raw
1// Types for emojilib@v2
2declare module 'emojilib' {
3 export const lib: Record<string, { char: string }>
4}