@types/fs-extra-promise
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -74,2 +74,3 @@ // Type definitions for fs-extra-promise 1.0 | ||
export function writeFileAsync(filename: string, data: any, options?: string | WriteOptions): Promise<void>; | ||
export function mkdtempAsync(prefix: string, options: string | {encoding: string}): Promise<string>; | ||
export function appendFileAsync(filename: string, data: any, option?: string | WriteOptions): Promise<void>; | ||
@@ -76,0 +77,0 @@ |
{ | ||
"name": "@types/fs-extra-promise", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "TypeScript definitions for fs-extra-promise", | ||
@@ -24,3 +24,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -37,4 +37,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "94bae39436dfce0e75447a2d5403a76f5cc41b08c61432d96dcda50f8c6130d6", | ||
"typesPublisherContentHash": "44819fef777a637780207562ee7ff98f5ab852c9d156bad08b4ed217d2a7d5ed", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -5,13 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for fs-extra-promise ( https://github.com/overlookmotel/fs-extra-promise ). | ||
This package contains type definitions for fs-extra-promise (https://github.com/overlookmotel/fs-extra-promise). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-extra-promise | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-extra-promise. | ||
Additional Details | ||
* Last updated: Fri, 24 May 2019 21:00:59 GMT | ||
* Dependencies: @types/fs-extra, @types/bluebird, @types/node | ||
### Additional Details | ||
* Last updated: Sun, 26 Apr 2020 16:56:19 GMT | ||
* Dependencies: [@types/fs-extra](https://npmjs.com/package/@types/fs-extra), [@types/bluebird](https://npmjs.com/package/@types/bluebird), [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by midknight41 <https://github.com/midknight41>, Jason Swearingen <https://github.com/jasonswearingen>, Hiromi Shikata <https://github.com/HiromiShikata>. | ||
These definitions were written by [midknight41](https://github.com/midknight41), [Jason Swearingen](https://github.com/jasonswearingen), and [Hiromi Shikata](https://github.com/HiromiShikata). |
Sorry, the diff of this file is not supported yet
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
7784
66