UNPKG

480 BTypeScriptView Raw
1/**
2 * @packageDocumentation
3 * @module algorithm
4 */
5export * from './array';
6export * from './chain';
7export * from './empty';
8export * from './enumerate';
9export * from './filter';
10export * from './find';
11export * from './iter';
12export * from './map';
13export * from './range';
14export * from './reduce';
15export * from './repeat';
16export * from './retro';
17export * from './sort';
18export * from './stride';
19export * from './string';
20export * from './take';
21export * from './zip';