smartscaf/ts/smartscaf.plugins.ts

24 lines
626 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';
2020-01-31 14:51:05 +00:00
import * as smartparam from '@pushrocks/smartparam';
import * as smartpromise 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
2020-01-31 14:51:05 +00:00
export {
path,
lik,
smartfile,
smartfm,
smarthbs,
smartinteract,
smartparam,
smartpromise,
smartyaml,
smartshell
};