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