Clean up lib.deno.ns.d.ts JSDoc (#4170)

This commit is contained in:
Kitson Kelly 2020-02-29 03:05:40 +11:00 committed by GitHub
parent a13b0e2727
commit 0a51611d76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 768 additions and 767 deletions

1534
cli/js/lib.deno.ns.d.ts vendored

File diff suppressed because it is too large Load diff

View file

@ -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;