Skip to main content
Module

x/tstl/index.ts

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