BREAKING CHANGE(package): change scope
This commit is contained in:
15
ts/index.ts
15
ts/index.ts
@@ -1,13 +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';
|
||||
import * as get from './smartpath.get';
|
||||
import * as transform from './smartpath.transform';
|
||||
|
||||
export { check, get, transform };
|
||||
|
||||
export {
|
||||
check,
|
||||
get,
|
||||
transform
|
||||
}
|
||||
|
||||
export * from './smartpath.classes.smartpath'
|
||||
export * from './smartpath.classes.smartpath';
|
||||
|
Reference in New Issue
Block a user