Update Node fills due to updated types package

This commit is contained in:
Asher
2019-01-11 18:37:31 -06:00
committed by Kyle Carberry
parent d128ca6d68
commit a06854a937
3 changed files with 18 additions and 12 deletions

View File

@@ -10,6 +10,8 @@ throwUnimplementedError.link = undefined as any;
export const throwSyncError = (): any => {
throw new Error("sync is not supported");
};
// realpath & realpathSync.
throwSyncError.native = undefined as any;
// tslint:enable no-any
/**