diff --git a/dist/index.d.ts b/dist/index.d.ts index bd50c16..0c185fd 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1,3 +1,4 @@ export * from "./types.js"; +export * from "./util.js"; export * from "./resolverModule.js"; //# sourceMappingURL=index.d.ts.map diff --git a/dist/index.d.ts.map b/dist/index.d.ts.map index 14b675a..56a863d 100644 --- a/dist/index.d.ts.map +++ b/dist/index.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC"} \ No newline at end of file +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC"} \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index 3e7483c..78f77bd 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,2 +1,3 @@ export * from "./types.js"; +export * from "./util.js"; export * from "./resolverModule.js";