UNPKG

@visulima/string

Version:

Functions for manipulating strings.

8 lines (5 loc) 284 B
import { b as CaseOptions, P as PascalCase } from '../packem_shared/types-BttWSSIk.js'; import '../packem_shared/types-BNbQJg02.js'; import '../utils.js'; declare const pascalCase: <T extends string = string>(value?: T, options?: CaseOptions) => PascalCase<T>; export = pascalCase;