mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
parent
0450c12df5
commit
713ed065e7
6 changed files with 0 additions and 21 deletions
11
cli/tsc/dts/lib.deno.ns.d.ts
vendored
11
cli/tsc/dts/lib.deno.ns.d.ts
vendored
|
@ -2530,17 +2530,6 @@ declare namespace Deno {
|
|||
[Symbol.dispose](): void;
|
||||
}
|
||||
|
||||
/**
|
||||
* The Deno abstraction for reading and writing files.
|
||||
*
|
||||
* @deprecated This will be removed in Deno 2.0. See the
|
||||
* {@link https://docs.deno.com/runtime/manual/advanced/migrate_deprecations | Deno 1.x to 2.x Migration Guide}
|
||||
* for migration instructions.
|
||||
*
|
||||
* @category File System
|
||||
*/
|
||||
export const File: typeof FsFile;
|
||||
|
||||
/** Gets the size of the console as columns/rows.
|
||||
*
|
||||
* ```ts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue