UNPKG
@stdlib/utils-flatten-object
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Flatten an object.
stdlib.io
stdlib-js/utils-flatten-object
@stdlib/utils-flatten-object
/
dist
/
index.d.ts
3 lines
•
122 B
TypeScript
View Raw
1
2
3
/// <reference path="../docs/types/index.d.ts" />
import
flattenObject
from
'../docs/types/index'
;
export
= flattenObject;