added Smartpath class and path level array
This commit is contained in:
24
ts/index.ts
24
ts/index.ts
@@ -1,19 +1,13 @@
|
||||
import 'typings-global'
|
||||
import plugins = require('./smartpath.plugins')
|
||||
|
||||
// import modules
|
||||
import SmartpathCheck = require('./smartpath.check')
|
||||
import SmartpathGet = require('./smartpath.get')
|
||||
import SmartpathTransform = require('./smartpath.transform')
|
||||
import check = require('./smartpath.check')
|
||||
import get = require('./smartpath.get')
|
||||
import transform = require('./smartpath.transform')
|
||||
|
||||
/**
|
||||
*
|
||||
* @type {{getPath: (function(any): undefined)}}
|
||||
*/
|
||||
let smartpath = {
|
||||
check: SmartpathCheck,
|
||||
get: SmartpathGet,
|
||||
transform: SmartpathTransform
|
||||
|
||||
export {
|
||||
check,
|
||||
get,
|
||||
transform
|
||||
}
|
||||
|
||||
export = smartpath
|
||||
export * from './smartpath.classes.smartpath'
|
||||
|
Reference in New Issue
Block a user