Files
cli/ts/mod_format/mod.plugins.ts

24 lines
627 B
TypeScript

export * from '../plugins.js';
import * as path from 'path';
import * as smartfile from '@push.rocks/smartfile';
import * as smartinteract from '@push.rocks/smartinteract';
import * as smartlegal from '@push.rocks/smartlegal';
import * as smartobject from '@push.rocks/smartobject';
import * as smartnpm from '@push.rocks/smartnpm';
import * as smartconfig from '@push.rocks/smartconfig';
import * as smartdiff from '@push.rocks/smartdiff';
import * as smartscaf from '@push.rocks/smartscaf';
export {
path,
smartfile,
smartinteract,
smartlegal,
smartobject,
smartnpm,
smartconfig,
smartdiff,
smartscaf,
};