This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
image-juicer/flow-typed/npm/asar_vx.x.x.js

68 lines
1.6 KiB
JavaScript

// flow-typed signature: ccd3c1c8c580f9fe1be0a099f3ae749c
// flow-typed version: <<STUB>>/asar_v^0.13.0/flow_v0.42.0
/**
* This is an autogenerated libdef stub for:
*
* 'asar'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'asar' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'asar/bin/asar' {
declare module.exports: any;
}
declare module 'asar/lib/asar' {
declare module.exports: any;
}
declare module 'asar/lib/crawlfs' {
declare module.exports: any;
}
declare module 'asar/lib/disk' {
declare module.exports: any;
}
declare module 'asar/lib/filesystem' {
declare module.exports: any;
}
declare module 'asar/lib/snapshot' {
declare module.exports: any;
}
// Filename aliases
declare module 'asar/bin/asar.js' {
declare module.exports: $Exports<'asar/bin/asar'>;
}
declare module 'asar/lib/asar.js' {
declare module.exports: $Exports<'asar/lib/asar'>;
}
declare module 'asar/lib/crawlfs.js' {
declare module.exports: $Exports<'asar/lib/crawlfs'>;
}
declare module 'asar/lib/disk.js' {
declare module.exports: $Exports<'asar/lib/disk'>;
}
declare module 'asar/lib/filesystem.js' {
declare module.exports: $Exports<'asar/lib/filesystem'>;
}
declare module 'asar/lib/snapshot.js' {
declare module.exports: $Exports<'asar/lib/snapshot'>;
}