chdman
Version:
💿 chdman binaries and wrapper for Node.js.
26 lines (25 loc) • 1.65 kB
TypeScript
import ChdmanBin from './src/chdman/chdmanBin.js';
export * from './src/chdman/chdmanInfo.js';
export * from './src/chdman/chdmanHelp.js';
export * from './src/chdman/chdmanBin.js';
export * from './src/chdman/chdmanHd.js';
export * from './src/chdman/chdmanCd.js';
export * from './src/chdman/chdmanVerify.js';
export * from './src/chdman/chdmanDvd.js';
export * from './src/chdman/chdmanRaw.js';
export * from './src/chdman/common.js';
declare const _default: {
run: typeof ChdmanBin.run;
help: (options?: import("./src/chdman/chdmanHelp.js").HelpOptions, attempt?: number) => Promise<string>;
info: (options: import("./src/chdman/chdmanInfo.js").InfoOptions, attempt?: number) => Promise<import("./src/chdman/chdmanInfo.js").CHDInfo>;
verify: (options: import("./src/chdman/chdmanVerify.js").VerifyOptions) => Promise<boolean>;
createRaw: (options: import("./src/chdman/chdmanRaw.js").CreateRawOptions) => Promise<void>;
createHd: (options: import("./src/chdman/chdmanHd.js").CreateHdOptions) => Promise<void>;
createCd: (options: import("./src/chdman/chdmanCd.js").CreateCdOptions) => Promise<void>;
createDvd: (options: import("./src/chdman/chdmanDvd.js").CreateDvdOptions) => Promise<void>;
extractRaw: (options: import("./src/chdman/chdmanRaw.js").ExtractRawOptions) => Promise<void>;
extractHd: (options: import("./src/chdman/chdmanHd.js").ExtractHdOptions) => Promise<void>;
extractCd: (options: import("./src/chdman/chdmanCd.js").ExtractCdOptions) => Promise<void>;
extractDvd: (options: import("./src/chdman/chdmanDvd.js").ExtractDvdOptions) => Promise<void>;
};
export default _default;