Fix.
This commit is contained in:
6
node_modules/realpath-native/index.d.ts
generated
vendored
6
node_modules/realpath-native/index.d.ts
generated
vendored
@@ -1,6 +0,0 @@
|
||||
declare function realpath(filepath: string): string;
|
||||
declare namespace realpath {
|
||||
var sync: typeof realpathSync;
|
||||
}
|
||||
declare function realpathSync(filepath: string): string;
|
||||
export = realpath;
|
||||
Reference in New Issue
Block a user