Skip to content

Commit d754477

Browse files
committed
export
1 parent 19a8856 commit d754477

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

typescript/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,5 @@
7070
},
7171
"dependencies": {
7272
"js-md5": "^0.7.3"
73-
},
74-
"exports": {
75-
"./utils/pict": "./dist/utils/pict.js"
7673
}
7774
}

typescript/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,3 +236,5 @@ const make = <T extends FactorsType>(factors: T, options: OptionsType = {}) => {
236236
};
237237

238238
export { make as default, make, makeAsync, sorters, criteria };
239+
240+
export { PictConstraintsLexer } from "./utils/pict";

0 commit comments

Comments
 (0)