clarify what types.d.ts is for

This commit is contained in:
Resi Respati
2018-02-27 14:59:35 +07:00
parent 323e734cd8
commit 12b63845bc

3
src/types.d.ts vendored
View File

@@ -1,2 +1,5 @@
// type shim for nodejs' `require()` syntax
// for stricter node.js typings, remove this and install `@types/node`
declare const require: (module: string) => any;
// add your custom typings here