Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

📝 Complete, correct, and thoroughly tested string manipulation library.
Latest
interface Options
import { type Options } from "https://deno.land/x/gutenberg@0.1.5/case/no_case/mod.ts";

Properties

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