Files
dees-document/test/plugins.ts

8 lines
234 B
TypeScript

import * as tsclass from '@tsclass/tsclass';
import { SmartFs, SmartFsProviderNode } from '@push.rocks/smartfs';
import * as path from 'path';
export const smartfs = new SmartFs(new SmartFsProviderNode());
export { tsclass, path };