@types/fs-extra
Advanced tools
Comparing version 9.0.3 to 9.0.4
@@ -240,5 +240,5 @@ // Type definitions for fs-extra 9.0 | ||
export function symlink(target: PathLike, path: PathLike, type: FsSymlinkType | undefined, callback: (err: NodeJS.ErrnoException) => void): void; | ||
export function symlink(target: PathLike, path: PathLike, type: SymlinkType | undefined, callback: (err: NodeJS.ErrnoException) => void): void; | ||
export function symlink(target: PathLike, path: PathLike, callback: (err: NodeJS.ErrnoException) => void): void; | ||
export function symlink(target: PathLike, path: PathLike, type?: FsSymlinkType): Promise<void>; | ||
export function symlink(target: PathLike, path: PathLike, type?: SymlinkType): Promise<void>; | ||
@@ -304,4 +304,3 @@ export function truncate(path: PathLike, callback: (err: NodeJS.ErrnoException) => void): void; | ||
export type SymlinkType = "dir" | "file"; | ||
export type FsSymlinkType = "dir" | "file" | "junction"; | ||
export type SymlinkType = "dir" | "file" | "junction"; | ||
@@ -308,0 +307,0 @@ export type Mode = string | number; |
{ | ||
"name": "@types/fs-extra", | ||
"version": "9.0.3", | ||
"version": "9.0.4", | ||
"description": "TypeScript definitions for fs-extra", | ||
@@ -64,4 +64,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "aa31513ca09f453539f901858268a90b5b4ecc2e2eabcb6f3b1950f64e164f27", | ||
"typesPublisherContentHash": "666988b2f93eba2d2cc77deee0938dbda1f4b3b29911d3060a68c185016cd0f3", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 03 Nov 2020 13:16:44 GMT | ||
* Last updated: Wed, 11 Nov 2020 22:00:34 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24531
283