Files
huishou/node_modules/licia/slice.d.ts
T
2026-07-27 13:37:48 +08:00

4 lines
92 B
TypeScript

declare function slice(array: any[], start?: number, end?: number): any[];
export = slice;