Sha256: dc03024c4680903e0d3dc4f39898e005f2a3dd0996f11a6dc27add9e7bb951a5
Contents?: true
Size: 660 Bytes
Versions: 26
Compression:
Stored size: 660 Bytes
Contents
import { E as Environment } from './chunks/environment.CzISCQ7o.js'; export { a as EnvironmentReturn, V as VmEnvironmentReturn } from './chunks/environment.CzISCQ7o.js'; declare const environments: { node: Environment; jsdom: Environment; 'happy-dom': Environment; 'edge-runtime': Environment; }; interface PopulateOptions { bindFunctions?: boolean; additionalKeys?: string[]; } declare function populateGlobal(global: any, win: any, options?: PopulateOptions): { keys: Set<string>; skipKeys: string[]; originals: Map<string | symbol, any>; }; export { Environment, environments as builtinEnvironments, populateGlobal };
Version data entries
26 entries across 26 versions & 1 rubygems