@types/fs-extra-promise
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,2 +5,3 @@ // Type definitions for fs-extra-promise 1.0 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.2 | ||
@@ -14,6 +15,11 @@ /// <reference types="node" /> | ||
import * as Promise from 'bluebird'; | ||
import { CopyFilter, CopyOptions, ReadOptions, WriteOptions, MkdirOptions, MoveOptions } from 'fs-extra'; | ||
import { CopyFilter, CopyOptions, ReadOptions, WriteOptions, MoveOptions } from 'fs-extra'; | ||
export * from 'fs-extra'; | ||
export interface MkdirOptions { | ||
fs?: any; | ||
mode?: number; | ||
} | ||
//promisified versions | ||
@@ -20,0 +26,0 @@ export declare function copyAsync(src: string, dest: string): Promise<void>; |
{ | ||
"name": "@types/fs-extra-promise", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "TypeScript definitions for fs-extra-promise", | ||
@@ -28,4 +28,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "9aad7867f4c9b5c195add3a41fe83eca6f0be4f094708807a0e2968f2a47105f", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "6ad1a18b46857cea6aefccae913a4c1cfe3670d64301bcd98499015ee8ce2e21", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 26 Apr 2017 22:17:24 GMT | ||
* Last updated: Mon, 01 May 2017 20:59:40 GMT | ||
* Dependencies: stream, fs, bluebird, fs-extra, 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
8540
77