Blame view

天文台pc/tianwentai-ui/node_modules/tar/dist/commonjs/symlink-error.d.ts 261 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
  export declare class SymlinkError extends Error {
      path: string;
      symlink: string;
      syscall: "symlink";
      code: "TAR_SYMLINK_ERROR";
      constructor(symlink: string, path: string);
      get name(): string;
  }
  //# sourceMappingURL=symlink-error.d.ts.map