Initialize smartkvm package
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// node native scope
|
||||
import * as crypto from 'node:crypto';
|
||||
|
||||
export { crypto };
|
||||
|
||||
// third party scope
|
||||
import puppeteer from 'puppeteer';
|
||||
|
||||
export { puppeteer };
|
||||
Reference in New Issue
Block a user