This commit is contained in:
2016-06-28 11:11:53 +02:00
commit 1cc73fe8cb
8 changed files with 59 additions and 0 deletions

2
ts/index.ts Normal file
View File

@ -0,0 +1,2 @@
import "typings-global";
import * as plugins from "./smarttime.plugins";

3
ts/smarttime.plugins.ts Normal file
View File

@ -0,0 +1,3 @@
import "typings-global";
export import beautylog = require("beautylog");
export let q = require("q");