UNPKG
@clynn-fe/akfe-editor-stringify-object
Version:
latest (2.2.6)
2.2.6
2.2.5
stringify runtime js object
@clynn-fe/akfe-editor-stringify-object
/
dist
/
utils.d.ts
2 lines
(1 loc)
•
91 B
TypeScript
View Raw
1
2
export
declare
const
isObj
:
(
value
:
unknown
) =>
value is
Record
<
string
|
symbol
,
unknown
>;