UNPKG

@contextvm/ctxcn

Version:

A command-line utility inspired by shadcn that streamlines the integration of ContextVM (CVM) servers into your TypeScript projects

6 lines 216 B
/** * Convert a string to PascalCase * Handles various separators: spaces, hyphens, underscores, and forward slashes */ export declare const toPascalCase: (s: string) => string; //# sourceMappingURL=utils.d.ts.map