smartscaf/ts/smartscaf.plugins.ts

12 lines
529 B
TypeScript
Raw Normal View History

import * as path from 'path';
import * as lik from '@pushrocks/lik';
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';
2019-10-11 19:56:11 +00:00
import * as smartshell from '@pushrocks/smartshell';
2017-04-28 22:44:23 +00:00
2019-10-11 19:56:11 +00:00
export { path, lik, smartfile, smartfm, smarthbs, smartinteract, smartq, smartyaml, smartshell };