Sha256: 7b023021bc8e493240cc8117d490d55b4f6b62e08854ddbe1f53a35dfd40e355
Contents?: true
Size: 393 Bytes
Versions: 128
Compression:
Stored size: 393 Bytes
Contents
/** * This is a browser shim that provides the same functional interface * as the main node export, but it does nothing. * @module */ import type { Handler } from './index.js'; export declare const onExit: (cb: Handler, opts: { alwaysLast?: boolean; }) => () => void; export declare const load: () => void; export declare const unload: () => void; //# sourceMappingURL=browser.d.ts.map
Version data entries
128 entries across 52 versions & 3 rubygems