UNPKG

twitch-emote

Version:

splice twitch emotes from a message string

3 lines (2 loc) 153 B
export declare function readJson<T = any>(path: string): Promise<T>; export declare function writeJson<T = any>(path: string, data: T): Promise<void>;