22 lines
562 B
TypeScript
22 lines
562 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';
|
|
|
|
export {
|
|
path,
|
|
smartfile,
|
|
smartinteract,
|
|
smartlegal,
|
|
smartobject,
|
|
smartnpm,
|
|
smartconfig,
|
|
smartdiff,
|
|
};
|