unenv-nightly
Advanced tools
Comparing version 1.10.0-1716334681.5c7590f to 1.10.0-1716462041.16a8951
{ | ||
"name": "unenv-nightly", | ||
"version": "1.10.0-1716334681.5c7590f", | ||
"version": "1.10.0-1716462041.16a8951", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": "unjs/unenv", |
@@ -7,3 +7,9 @@ import type { HeadersObject } from "./types"; | ||
export declare function notImplemented<Fn extends (...args: any) => any>(name: string): Fn; | ||
export interface Promisifiable { | ||
(): any; | ||
native: Promisifiable; | ||
__promisify__: () => Promise<any>; | ||
} | ||
export declare function notImplementedAsync(name: string): Promisifiable; | ||
export declare function notImplementedClass<T = unknown>(name: string): T; | ||
export {}; |
/// <reference types="node" /> | ||
import type fs from "node:fs"; | ||
interface Promisifiable { | ||
(): any; | ||
native: Promisifiable; | ||
__promisify__: () => Promise<any>; | ||
} | ||
export declare const access: typeof fs.access; | ||
@@ -58,3 +53,3 @@ export declare const appendFile: typeof fs.appendFile; | ||
export declare const writev: typeof fs.writev; | ||
export declare const _toUnixTimestamp: Promisifiable; | ||
export declare const _toUnixTimestamp: import("../../_internal/utils").Promisifiable; | ||
export declare const openAsBlob: typeof fs.openAsBlob; | ||
@@ -100,2 +95,1 @@ export declare const appendFileSync: any; | ||
export declare const statfsSync: any; | ||
export {}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
436946
249
12842