smartacme/dist/smartacme.plugins.d.ts

6 lines
174 B
TypeScript

import 'typings-global';
import * as path from 'path';
import * as smartstring from 'smartstring';
import * as shelljs from 'shelljs';
export { path, smartstring, shelljs };