UNPKG

@visulima/string

Version:

Functions for manipulating strings.

8 lines (5 loc) 284 B
import { b as CaseOptions, N as NoCase } from '../packem_shared/types-BAd3WDHo.mjs'; import '../packem_shared/types-BNbQJg02.mjs'; import '../utils.mjs'; declare const noCase: <T extends string = string>(value?: T, options?: CaseOptions) => NoCase<T>; export { noCase as default };