UNPKG
imagerot
Version:
latest (1.0.3)
1.0.3
1.0.1
1.0.0
A lightweight, cross-environment image library for applying unique effects via raw image buffers.
imagerot
/
lib
/
helpers
/
arrayPick
/
index.d.ts
3 lines
(2 loc)
•
69 B
TypeScript
View Raw
1
2
3
declare
const
arrayPick
: <T>
(
array
: T[]
) =>
T;
export
{ arrayPick };