extension
Version:
Create cross-browser extensions with no build configuration.
11 lines (10 loc) • 554 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 programUserHelp(): string;
export declare function unsupportedBrowserFlag(value: string, supported: string[]): string;
export declare function programAIHelp(): string;