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

x/pagic/src/utils/filepath.ts>underlineToPascal

A static site generator powered by Deno + React
Latest
function underlineToPascal
import { underlineToPascal } from "https://deno.land/x/pagic@v1.6.3/src/utils/filepath.ts";

input: _foo_bar output: FooBar

Parameters

_foo_bar: string