UNPKG

@visulima/string

Version:

Functions for manipulating strings.

8 lines (5 loc) 267 B
import { I as IdentifyCase } from '../packem_shared/types-BAd3WDHo.mjs'; import '../packem_shared/types-BNbQJg02.mjs'; import '../utils.mjs'; declare const identifyCase: <T extends string = string>(value?: T) => IdentifyCase<T>; export { identifyCase as default };