smartpath/ts/index.ts

14 lines
245 B
TypeScript

// import modules
import * as check from './smartpath.check'
import * as get from './smartpath.get'
import * as transform from './smartpath.transform'
export {
check,
get,
transform
}
export * from './smartpath.classes.smartpath'