Skip to main content
variable toSnakeCase
import { toSnakeCase } from "https://deno.land/x/30_seconds_of_typescript@v1.0.1/util.ts";

Break the string into words and combine them adding _ as a separator, using a regexp.

type

(str: string) => unknown