smartpath/dist/index.d.ts

6 lines
217 B
TypeScript

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';