|
|
@@ -1,4 +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"/>
|
|
|
+export * from './format';
|
|
|
+export * from './errorf';
|
|
|
+export * from './array-to-list';
|
|
|
+export * from './value-to-string';
|