UNPKG

258 BTypeScriptView Raw
1/**
2 * Gets a part of array.
3 * @param x an array (updated)
4 * @param i start index (0)
5 * @param I end index (end)
6 * @returns x
7 */
8declare function slice$<T>(x: T[], i?: number, I?: number): T[];
9export default slice$;
10//# sourceMappingURL=slice$.d.ts.map
\No newline at end of file