pub const EDGE_NODE_EXTERNALS: [&str; 7];Expand description
The Node.js built-in modules that are supported by edge runtime.
If any Node.js builtin module apart from these these imports are used and the user does not provide an alias for it (i.e. a polyfill), a runtime error will be thrown.
See https://vercel.com/docs/functions/runtimes/edge-runtime#compatible-node.js-modules