UNPKG

@visulima/string

Version:

Functions for manipulating strings.

8 lines (5 loc) 315 B
import { C as CaseOptions, D as DotCase } from '../packem_shared/types-CNJfNczL.mjs'; import '../packem_shared/types-Daae0hGf.mjs'; import '../packem_shared/lru-cache-B_t27XwI.mjs'; declare const dotCase: <T extends string = string>(value?: T, options?: CaseOptions) => DotCase<T>; export { dotCase as default };