smartscaf/ts/smartscaf.plugins.ts

24 lines
639 B
TypeScript
Raw Normal View History

import * as path from 'path';
2023-07-25 17:35:13 +02:00
import * as lik from '@push.rocks/lik';
import * as smartfile from '@push.rocks/smartfile';
import * as smartfm from '@push.rocks/smartfm';
import * as smarthbs from '@push.rocks/smarthbs';
import * as smartinteract from '@push.rocks/smartinteract';
import * as smartobject from '@push.rocks/smartobject';
2023-07-25 17:35:13 +02:00
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartyaml from '@push.rocks/smartyaml';
import * as smartshell from '@push.rocks/smartshell';
2017-04-29 00:44:23 +02:00
2020-01-31 14:51:05 +00:00
export {
path,
lik,
smartfile,
smartfm,
smarthbs,
smartinteract,
smartobject,
2020-01-31 14:51:05 +00:00
smartpromise,
smartyaml,
2022-06-25 03:19:16 +02:00
smartshell,
2020-01-31 14:51:05 +00:00
};