UNPKG

denoify

Version:

For NPM module authors that would like to support Deno but do not want to write and maintain a port.

3 lines (2 loc) 95 B
/** Return true if 404 or 400 */ export declare function is404(url: string): Promise<boolean>;