UNPKG
togezr
Version:
latest (0.1.4)
0.1.4
0.1.3
Better together_
vsls-contrib/gistpad
togezr
/
types
/
config.d.ts
3 lines
•
153 B
TypeScript
View Raw
1
2
3
export
declare
function
get
(
key
:
any
):
unknown
;
export
declare
function
set
(
key
:
string
,
value
:
any
):
Promise
<
void
>;
//# sourceMappingURL=config.d.ts.map