mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-08 18:34:06 +08:00
4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
/// <reference path="typescript-stl.d.ts" />
|
|
|
|
import std = require("typescript-stl");
|
|
console.log(std); |