smartarchive/dist/smartarchive.extract.d.ts

6 lines
101 B
TypeScript
Raw Normal View History

2017-03-12 21:35:36 +00:00
export declare let toFS: (options: {
from: string;
toPath: string;
cb?: any;
}) => void;