UNPKG

@jsonhero/json-infer-types

Version:
5 lines (4 loc) 146 B
export declare type JSONEmojiFormat = { name: "emoji"; }; export declare function inferEmoji(value: string): JSONEmojiFormat | undefined;