UNPKG
projectstarboy_ox_lib
Version:
latest (1.0.1)
1.0.1
JS/TS wrapper for ox_lib exports
github.com/overextended/ox_lib
overextended/ox_lib
projectstarboy_ox_lib
/
shared
/
resource
/
cache
/
index.d.ts
3 lines
(2 loc)
•
137 B
TypeScript
View Raw
1
2
3
export
declare
const
cache
:
Record
<
string
,
any
>;
export
declare
const
onCache
: <T =
any
>
(
key
:
string
,
cb
: (value: T) =>
void
) =>
void
;