smartarchive/dist/smartarchive.extract.d.ts
2017-03-12 22:35:36 +01:00

6 lines
101 B
TypeScript

export declare let toFS: (options: {
from: string;
toPath: string;
cb?: any;
}) => void;