UNPKG

146 BTypeScriptView Raw
1export declare type JSONEmojiFormat = {
2 name: "emoji";
3};
4export declare function inferEmoji(value: string): JSONEmojiFormat | undefined;