Skip to main content
Module

x/tstl/base/index.ts

TypeScript-STL (Standard Template Library, migrated from C++)
Latest
File
//================================================================/** * Basic Features * * @packageDocumentation * @module std.base * @preferred *///================================================================import * as base from "./module";
export default base;export * from "./module";