UNPKG
@jam.dev/sdk
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
The Jam SDK! Supercharge your bug reports.
jam.dev/docs/custom-logs
jamdotdev/sdk
@jam.dev/sdk
/
dist
/
utils.d.ts
3 lines
(2 loc)
•
159 B
TypeScript
View Raw
1
2
3
export
declare
const
IS_DEV
:
boolean
;
export
declare
function
createOrGetObjectPath
(
object
:
Record
<
string
,
unknown
>,
path
:
string
[]
):
Record
<
string
,
unknown
>;