mirror of
https://github.com/denoland/deno
synced 2024-11-05 18:45:24 +00:00
Clean up lib.deno.ns.d.ts JSDoc (#4170)
This commit is contained in:
parent
a13b0e2727
commit
0a51611d76
2 changed files with 768 additions and 767 deletions
1534
cli/js/lib.deno.ns.d.ts
vendored
1534
cli/js/lib.deno.ns.d.ts
vendored
File diff suppressed because it is too large
Load diff
|
@ -2,6 +2,7 @@
|
|||
import { sendSync, sendAsync } from "./dispatch_json.ts";
|
||||
import { FileInfo, FileInfoImpl } from "./file_info.ts";
|
||||
|
||||
/** @internal */
|
||||
export interface StatResponse {
|
||||
isFile: boolean;
|
||||
isSymlink: boolean;
|
||||
|
|
Loading…
Reference in a new issue