Browse Source

chore: adds index.d.ts

e22m4u 2 years ago
parent
commit
4d3d9155ac
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/index.d.ts

+ 4 - 0
src/index.d.ts

@@ -0,0 +1,4 @@
+/// <reference path="./format.d.ts"/>
+/// <reference path="./errorf.d.ts"/>
+/// <reference path="./array-to-list.d.ts"/>
+/// <reference path="./value-to-string.d.ts"/>