declare module "@extra-array/slice" {
/**
 * Gets a part of array.
 * @param x an array
 * @param i start index (0)
 * @param I end index (X)
 */
declare function slice<T>(x: T[], i?: number, I?: number): T[];
export = slice;
//# sourceMappingURL=slice.d.ts.map}
