now has typings

This commit is contained in:
LosslessBot
2016-05-01 23:19:54 +02:00
parent 9954ae4ba7
commit 5d898baadf
23 changed files with 187 additions and 24 deletions

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

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/// <reference path="../ts/typings/main.d.ts" />
let smartfile = require("../dist/index.js");
import * as smartfile from "../dist/index.js";
let beautylog = require("beautylog");
let gulp = require("gulp");
let gFunction = require("gulp-function");