UNPKG
aesthetic-utils
Version:
latest (3.1.0)
next (3.0.0-alpha.1)
3.1.0
3.0.2
3.0.1
3.0.0
3.0.0-alpha.1
3.0.0-alpha.0
2.0.1
2.0.0
2.0.0-rc.0
2.0.0-alpha.6
2.0.0-alpha.5
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
1.6.2
1.6.1
1.6.0
1.5.0
1.4.2
1.4.0
1.3.0
1.3.0-rc.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
Utility functions for Aesthetic.
milesj/aesthetic
aesthetic-utils
/
lib
/
toObjectRecursive.d.ts
7 lines
•
284 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
ToObjectable
{
toObject
():
object
; }
export
default
function
toObjectRecursive<T
extends
object
>(
map
: { [
key
:
string
]:
ToObjectable
; } |
Map
<
string
,
ToObjectable
>,
cb
?:
(
key
:
string
,
value
:
unknown
) =>
void
): T;
//# sourceMappingURL=toObjectRecursive.d.ts.map