filelist-from
Advanced tools
Comparing version 0.2.4 to 0.3.0
@@ -1,4 +0,2 @@ | ||
/** subset for File */ | ||
export declare type PartialFile = Omit<File, 'stream' | 'slice' | 'type'>; | ||
export declare type PartialFileList = PartialFile[]; | ||
import { PartialFileList } from './PartialFile'; | ||
/** | ||
@@ -5,0 +3,0 @@ * Generate a FileList from a directory path |
export * from './fileListFromPath'; | ||
export * from './fileListFromZip'; | ||
export * from './fileListUnzip'; | ||
//# sourceMappingURL=index.d.ts.map |
export * from './fileListFromPath'; | ||
export * from './fileListFromZip'; | ||
export * from './fileListUnzip'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,4 +0,2 @@ | ||
/** subset for File */ | ||
export declare type PartialFile = Omit<File, 'stream' | 'slice' | 'type'>; | ||
export declare type PartialFileList = PartialFile[]; | ||
import { PartialFileList } from './PartialFile'; | ||
/** | ||
@@ -5,0 +3,0 @@ * Generate a FileList from a directory path |
export * from './fileListFromPath'; | ||
export * from './fileListFromZip'; | ||
export * from './fileListUnzip'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -19,2 +19,3 @@ "use strict"; | ||
__exportStar(require("./fileListFromZip"), exports); | ||
__exportStar(require("./fileListUnzip"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "filelist-from", | ||
"version": "0.2.4", | ||
"version": "0.3.0", | ||
"description": "Create a FileList from a path or a zip file", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -5,5 +5,3 @@ import { readdirSync, statSync } from 'fs'; | ||
/** subset for File */ | ||
export type PartialFile = Omit<File, 'stream' | 'slice' | 'type'>; | ||
export type PartialFileList = PartialFile[]; | ||
import { PartialFileList } from './PartialFile'; | ||
@@ -10,0 +8,0 @@ /** |
export * from './fileListFromPath'; | ||
export * from './fileListFromZip'; | ||
export * from './fileListUnzip'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
32565
57
460