smartscaf/ts/smartscaf.plugins.ts

10 lines
420 B
TypeScript
Raw Normal View History

import * as path from 'path';
import * as smartfile from '@pushrocks/smartfile';
import * as smartfm from '@pushrocks/smartfm';
import * as smarthbs from '@pushrocks/smarthbs';
import * as smartinteract from '@pushrocks/smartinteract';
import * as smartq from '@pushrocks/smartpromise';
import * as smartyaml from '@pushrocks/smartyaml';
2017-04-28 22:44:23 +00:00
export { path, smartfile, smartfm, smarthbs, smartinteract, smartq, smartyaml };