npm-pkgbuild
Version:
create ArchLinux, RPM and Debian packages from npm packages
15 lines (14 loc) • 571 B
text/typescript
/**
* @type {Object} KeyValueTransformOptions
* Options to describe key value pair separated by an equal sign '='
*/
export const pkgKeyValuePairOptions: any;
export class ARCH extends Packager {
static get description(): string;
static get fileNameExtension(): string;
static get fields(): any;
static prepare(options?: {}, variant?: {}): Promise<boolean>;
get packageFileName(): string;
create(sources: any, transformer: any, publishingDetails: any, options: any, expander: any): Promise<string>;
}
import { Packager } from "./packager.mjs";