UNPKG

@visulima/string

Version:

Functions for manipulating strings.

13 lines (10 loc) 450 B
import { C as CaseOptions, K as KebabCase } from '../packem_shared/types-Cnu8OB9S.cjs'; import '../packem_shared/types-Daae0hGf.cjs'; import '../packem_shared/lru-cache-B_t27XwI.cjs'; interface KebabCaseOptions extends CaseOptions { joiner?: string; toUpperCase?: boolean; } declare const kebabCase: <T extends string = string>(value?: T, options?: KebabCaseOptions) => KebabCase<T>; export { kebabCase }; export type { KebabCaseOptions };