util.d.ts 101 B

12
  1. export declare function range(from: number, to: number): number[];
  2. //# sourceMappingURL=util.d.ts.map