adjust the export order

This commit is contained in:
lion 2025-10-13 18:13:55 +08:00
parent 9959117d92
commit ed42fd0fba
1 changed files with 8 additions and 8 deletions

View File

@ -5,13 +5,6 @@
// ip2region JavaScript binding with IPv4 and IPv6 support.
// @Author Lion <chenxin619315@gmail.com>
export {
Searcher,
newWithFileOnly,
newWithVectorIndex,
newWithBuffer
} from './searcher.js';
export {
Header,
Version,
@ -38,4 +31,11 @@ export {
loadVectorIndexFromFile,
loadContent,
loadContentFromFile
} from './util.js';
} from './util.js';
export {
Searcher,
newWithFileOnly,
newWithVectorIndex,
newWithBuffer
} from './searcher.js';