mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 10:33:54 +00:00
Updates to js to clean up default library
This commit is contained in:
parent
1aa7e18ba3
commit
ffb41e61f1
8 changed files with 39 additions and 37 deletions
|
@ -61,6 +61,7 @@ export interface FileInfo {
|
|||
isSymlink(): boolean;
|
||||
}
|
||||
|
||||
// @internal
|
||||
export class FileInfoImpl implements FileInfo {
|
||||
readonly _isFile: boolean;
|
||||
readonly _isSymlink: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue