6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
/**
|
|
* @packageDocumentation
|
|
* @module std.ranges
|
|
*/
|
|
export * from "./operations";
|