UNPKG
j-object-functions
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A library of useful functions for objects and arrays in typescript.
j-object-functions
/
index.ts
4 lines
(3 loc)
•
139 B
text/typescript
View Raw
1
2
3
4
import
*
as
ObjectFunctions
from
"./ts/object-functions"
;
export
{
ObjectFunctions
as
default
};
export
*
from
"./ts/object-functions"
;