UNPKG
deox
Version:
latest (3.3.1)
next (4.0.0)
release-2.1.x (2.1.4)
release-3.2.x (3.2.2)
4.0.0
3.3.1
3.3.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.1
3.0.0
2.1.4
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.0.1
Functional Type-safe Flux Standard Utilities
github.com/thebrodmann/deox
thebrodmann/deox
deox
/
dist
/
utils
/
data.d.ts
3 lines
(2 loc)
•
146 B
TypeScript
View Raw
1
2
3
export
declare
const
merge
: <T>
(
...
objs
: T[]
) =>
any
;
export
declare
function
castArray<
TValue
>(
value
:
TValue
|
ReadonlyArray
<
TValue
>):
TValue
[];