@visulima/string
Version:
Functions for manipulating strings.
8 lines (5 loc) • 315 B
TypeScript
import { L as LocaleOptions, e as LowerFirst } from '../packem_shared/types-CfPsw9ix.js';
import '../packem_shared/types-Daae0hGf.js';
import '../packem_shared/lru-cache-B_t27XwI.js';
declare const lowerFirst: <T extends string = string>(value?: T, options?: LocaleOptions) => LowerFirst<T>;
export = lowerFirst;