Initial commit

This commit is contained in:
2026-05-03 10:44:02 +00:00
commit 09ddac4f3d
19 changed files with 10437 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
// node native scope
import * as buffer from 'node:buffer';
import * as path from 'node:path';
export { buffer, path };
// @push.rocks scope
import * as smartpath from '@push.rocks/smartpath';
import * as smartrust from '@push.rocks/smartrust';
export { smartpath, smartrust };