fix declaration issue

This commit is contained in:
LosslessBot
2016-05-01 14:02:48 +02:00
parent 203a31addd
commit 5de7c2517d
22 changed files with 5080 additions and 15 deletions

3
test/test.d.ts vendored Normal file
View File

@ -0,0 +1,3 @@
/// <reference path="../ts/typings/main.d.ts" />
declare let smartstring: any;
declare let should: any;

File diff suppressed because one or more lines are too long