5 lines
106 B
TypeScript
5 lines
106 B
TypeScript
|
export * from '../plugins.js';
|
||
|
|
||
|
import * as smartfile from '@push.rocks/smartfile';
|
||
|
export { smartfile };
|