extension
Version:
Create cross-browser extensions with no build configuration.
9 lines (8 loc) • 409 B
TypeScript
export declare function updateFailed(err: any): string;
export declare function checkUpdates(packageJson: Record<string, any>, update: {
latest: string;
}): string;
export declare function unsupportedNodeVersion(): string;
export declare function noURLWithoutStart(argument: string): string;
export declare function notImplemented(argument: string): string;
export declare function programHelp(): string;