Files

10 lines
160 B
TypeScript
Raw Permalink Normal View History

2026-05-16 13:41:55 +00:00
// node native scope
import * as crypto from 'node:crypto';
export { crypto };
// third party scope
import puppeteer from 'puppeteer';
export { puppeteer };