mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-16 22:40:01 +08:00
* TypeScript-STL TypeScript-STL v0.9.5 by Jeongho Nam * TypeScript-STL v0.9.5 by Jeongho Nam * STL-TypeScript v0.9.5-b Try again
7 lines
167 B
TypeScript
7 lines
167 B
TypeScript
/// <reference path="typescript-stl.d.ts" />
|
|
|
|
declare var global: any;
|
|
declare var require: any;
|
|
|
|
global["std"] = require("typescript-stl");
|
|
std.example.test_all(); |