now has package typings

This commit is contained in:
LosslessBot
2016-04-30 12:07:49 +02:00
parent cc5f57da44
commit 3d5aa9fda7
13 changed files with 39 additions and 7 deletions

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

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

File diff suppressed because one or more lines are too long