/** * TSTL - TypeScript Standard Template Library * * @packageDocumentation * @module std * @preferred */ import * as std from "./module"; export default std; export * from "./module"; //# sourceMappingURL=index.d.ts.map