mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
4 lines
112 B
TypeScript
4 lines
112 B
TypeScript
/// <reference path="typescript-stl.d.ts" />
|
|
|
|
import std = require("typescript-stl");
|
|
std.example.test_all(); |