UNPKG

@visulima/string

Version:

Functions for manipulating strings.

8 lines (5 loc) 307 B
import { b as CaseOptions, f as PascalSnakeCase } from '../packem_shared/types-D2-6p7t1.cjs'; import '../packem_shared/types-BNbQJg02.cjs'; import '../utils.cjs'; declare const pascalSnakeCase: <T extends string = string>(value?: T, options?: CaseOptions) => PascalSnakeCase<T>; export = pascalSnakeCase;