unenv-nightly
Advanced tools
Comparing version 1.10.0-1717180055.a668e6d to 1.10.0-1717181843.cfe485c
{ | ||
"name": "unenv-nightly", | ||
"version": "1.10.0-1717180055.a668e6d", | ||
"version": "1.10.0-1717181843.cfe485c", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": "unjs/unenv", |
@@ -162,3 +162,3 @@ # unenv | ||
- [node:process](https://nodejs.org/api/process.html) - ✅ polyfilled 83/92 exports | ||
- [node:punycode](https://nodejs.org/api/punycode.html) - 🚧 mocked using proxy | ||
- [node:punycode](https://nodejs.org/api/punycode.html) - ✅ polyfilled all exports | ||
- [node:querystring](https://nodejs.org/api/querystring.html) - ✅ polyfilled all exports | ||
@@ -165,0 +165,0 @@ - [node:readline](https://nodejs.org/api/readline.html) - ✅ polyfilled all exports |
/// <reference types="node" /> | ||
import type dns from "node:dns"; | ||
export * from "./constants"; | ||
export * as promises from "./promises"; | ||
export declare const Resolver: typeof dns.Resolver; | ||
@@ -5,0 +6,0 @@ export declare const getDefaultResultOrder: typeof dns.getDefaultResultOrder; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
695791
20281