@curvenote/cli
Version:
CLI Client library for Curvenote
7 lines • 355 B
TypeScript
export * from './makeDefaultConfig.js';
export * from './getConfigPath.js';
export * from './getLogLevel.js';
export * from './checkVersionRejections.js';
export declare function withQuery(url: string, query?: Record<string, string>): string;
export declare function ensureBaseUrl(url: string, baseUrl: string): string;
//# sourceMappingURL=index.d.ts.map