UNPKG

fortea

Version:

some tools for js, save your time for a cup of tea

3 lines (2 loc) 90 B
declare function cloneArrayShallow<T>(array: T[]): T[]; export default cloneArrayShallow;