Files
bunq/ts/bunq.plugins.ts
Juergen Kunz 596efa3f06 update
2025-07-18 10:43:39 +00:00

16 lines
540 B
TypeScript

// node native
import * as path from 'path';
import * as crypto from 'crypto';
export { path, crypto };
// @pushrocks scope
import * as smartcrypto from '@push.rocks/smartcrypto';
import * as smartfile from '@push.rocks/smartfile';
import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartrequest from '@push.rocks/smartrequest';
import * as smarttime from '@push.rocks/smarttime';
export { smartcrypto, smartfile, smartpath, smartpromise, smartrequest, smarttime };