adjust the export order
This commit is contained in:
parent
9959117d92
commit
ed42fd0fba
|
|
@ -5,13 +5,6 @@
|
||||||
// ip2region JavaScript binding with IPv4 and IPv6 support.
|
// ip2region JavaScript binding with IPv4 and IPv6 support.
|
||||||
// @Author Lion <chenxin619315@gmail.com>
|
// @Author Lion <chenxin619315@gmail.com>
|
||||||
|
|
||||||
export {
|
|
||||||
Searcher,
|
|
||||||
newWithFileOnly,
|
|
||||||
newWithVectorIndex,
|
|
||||||
newWithBuffer
|
|
||||||
} from './searcher.js';
|
|
||||||
|
|
||||||
export {
|
export {
|
||||||
Header,
|
Header,
|
||||||
Version,
|
Version,
|
||||||
|
|
@ -38,4 +31,11 @@ export {
|
||||||
loadVectorIndexFromFile,
|
loadVectorIndexFromFile,
|
||||||
loadContent,
|
loadContent,
|
||||||
loadContentFromFile
|
loadContentFromFile
|
||||||
} from './util.js';
|
} from './util.js';
|
||||||
|
|
||||||
|
export {
|
||||||
|
Searcher,
|
||||||
|
newWithFileOnly,
|
||||||
|
newWithVectorIndex,
|
||||||
|
newWithBuffer
|
||||||
|
} from './searcher.js';
|
||||||
Loading…
Reference in New Issue