UNPKG
@bemedev/core
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.4
0.0.2
0.0.1
The core library of @bemedev
github.com/chlbri/core
chlbri/core
@bemedev/core
/
lib
/
features
/
arrays
/
castings
/
dynamic.d.ts
4 lines
•
167 B
TypeScript
View Raw
1
2
3
4
import
type
{
AnyArray
}
from
'../../../globals/types'
;
declare
const
fn
: <T
extends
AnyArray
>
(
value
: T
) =>
T;
export
default
fn;
//# sourceMappingURL=dynamic.d.ts.map