initial
This commit is contained in:
2
ts/index.ts
Normal file
2
ts/index.ts
Normal file
@ -0,0 +1,2 @@
|
||||
import "typings-global";
|
||||
import * as plugins from "./smarttime.plugins";
|
3
ts/smarttime.plugins.ts
Normal file
3
ts/smarttime.plugins.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import "typings-global";
|
||||
export import beautylog = require("beautylog");
|
||||
export let q = require("q");
|
Reference in New Issue
Block a user