UNPKG
twitch-emote
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
splice twitch emotes from a message string
twitch-emote
/
lib
/
fs_json.d.ts
3 lines
(2 loc)
•
153 B
TypeScript
View Raw
1
2
3
export
declare
function
readJson<T =
any
>(
path
:
string
):
Promise
<T>;
export
declare
function
writeJson<T =
any
>(
path
:
string
,
data
: T):
Promise
<
void
>;