Files
DefinitelyTyped/types/typescript-stl/index.d.ts
2017-03-24 14:27:52 -07:00

13 lines
350 B
TypeScript

// Type definitions for TSTL v1.3.x
// Project: https://github.com/samchon/tstl
// Definitions by: Jeongho Nam <http://samchon.org>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="tstl" />
// TypeScript-STL is renamed to TSTL
declare module "typescript-stl"
{
import std = require("tstl");
export = std;
}