mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 02:22:40 +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 { sendSync, sendAsync } from "./dispatch_json.ts";
|
||||||
import { FileInfo, FileInfoImpl } from "./file_info.ts";
|
import { FileInfo, FileInfoImpl } from "./file_info.ts";
|
||||||
|
|
||||||
|
/** @internal */
|
||||||
export interface StatResponse {
|
export interface StatResponse {
|
||||||
isFile: boolean;
|
isFile: boolean;
|
||||||
isSymlink: boolean;
|
isSymlink: boolean;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue