Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/gutenberg/case/pascal_case/mod.ts>Options

๐Ÿ“ Complete, correct, and thoroughly tested string manipulation library.
Latest
interface Options
Re-export
import { type Options } from "https://deno.land/x/gutenberg@0.1.5/case/pascal_case/mod.ts";

Properties

optional
splitRegexp: RegExp | RegExp[]
optional
stripRegexp: RegExp | RegExp[]
optional
delimiter: string
optional
transform: (
part: string,
index: number,
parts: string[],
) => string