Updates to js to clean up default library

This commit is contained in:
Kitson Kelly 2018-10-08 10:33:30 +11:00 committed by Ryan Dahl
parent 1aa7e18ba3
commit ffb41e61f1
8 changed files with 39 additions and 37 deletions

View file

@ -61,6 +61,7 @@ export interface FileInfo {
isSymlink(): boolean;
}
// @internal
export class FileInfoImpl implements FileInfo {
readonly _isFile: boolean;
readonly _isSymlink: boolean;