fix(core): update

This commit is contained in:
2022-03-14 13:26:48 +01:00
parent 618b3da86e
commit ddfae30a18
15 changed files with 17592 additions and 754 deletions

View File

@@ -1,8 +1,8 @@
// import modules
import * as check from './smartpath.check';
import * as get from './smartpath.get';
import * as transform from './smartpath.transform';
import * as check from './smartpath.check.js';
import * as get from './smartpath.get.js';
import * as transform from './smartpath.transform.js';
export { check, get, transform };
export * from './smartpath.classes.smartpath';
export * from './smartpath.classes.smartpath.js';