9 lines
184 B
TypeScript
9 lines
184 B
TypeScript
/**
|
|
* @packageDocumentation
|
|
* @module std
|
|
*/
|
|
export * from "./operators";
|
|
export * from "./operations";
|
|
export * from "./special_math/index";
|
|
export * from "./IComputable";
|