smartpath/dist/index.d.ts

6 lines
220 B
TypeScript

import check = require('./smartpath.check');
import get = require('./smartpath.get');
import transform = require('./smartpath.transform');
export { check, get, transform };
export * from './smartpath.classes.smartpath';