smartpath/ts/index.ts

14 lines
245 B
TypeScript
Raw Normal View History

2016-09-30 15:08:09 +00:00
// import modules
2017-02-19 02:29:54 +00:00
import * as check from './smartpath.check'
import * as get from './smartpath.get'
import * as transform from './smartpath.transform'
2015-09-25 21:05:25 +00:00
export {
check,
get,
transform
2016-09-30 15:08:09 +00:00
}
2015-09-25 21:05:25 +00:00
export * from './smartpath.classes.smartpath'