2023-10-16 18:28:12 +02:00
|
|
|
import * as tsclass from '@tsclass/tsclass';
|
2025-12-10 21:37:21 +00:00
|
|
|
import { SmartFs, SmartFsProviderNode } from '@push.rocks/smartfs';
|
2023-10-16 18:28:12 +02:00
|
|
|
import * as path from 'path';
|
|
|
|
|
|
2025-12-10 21:37:21 +00:00
|
|
|
export const smartfs = new SmartFs(new SmartFsProviderNode());
|
|
|
|
|
|
|
|
|
|
export { tsclass, path };
|