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

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

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

input: _foo_bar output: FooBar

Parameters

_foo_bar: string