mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
13 lines
350 B
TypeScript
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;
|
|
} |