@visulima/string
Version:
Functions for manipulating strings.
8 lines (5 loc) • 314 B
text/typescript
import { C as CaseOptions, P as PascalCase } from '../packem_shared/types-Cnu8OB9S.cjs';
import '../packem_shared/types-Daae0hGf.cjs';
import '../packem_shared/lru-cache-B_t27XwI.cjs';
declare const pascalCase: <T extends string = string>(value?: T, options?: CaseOptions) => PascalCase<T>;
export = pascalCase;