swc/crates/swc_bundler/tests/.cache/deno/47c3fca65712b5c5508b03cf96d71d204dd225d7.ts
2021-11-09 20:42:49 +09:00

9 lines
207 B
TypeScript

// Loaded from https://deno.land/x/case/pathCase.ts
import normalCase from "./normalCase.ts";
export default function (value: string, locale?: string): string {
return normalCase(value, locale, "/");
}