Several small practical and light tools.
@vegi
// uuid
import crypto from 'node:crypto';
registers.crypto = crypto as Crypto;
// Rest
import XMLHttpRequest from 'xmlhttprequest-ssl';
registers.XMLHttpRequest = XMLHttpRequest;
import fetch from 'node-fetch';
registers.fetch = fetch;
import child_process from 'node:child_process';
registers.child_process = child_process;
import React from 'react';
registers.react = React;
"exports": { ".": { "import": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "require": { "types": "./lib/cjs/index.d.ts", "default": "./lib/cjs/index.js" } } },