@lucid-softworks/string-pascal-case
v0.1.0
Published
Convert Unicode text to Pascal case.
Downloads
57
Maintainers
Readme
@lucid-softworks/string-pascal-case
Convert mixed-case or delimited Unicode text to Pascal case.
import { pascalCase } from "@lucid-softworks/string-pascal-case";
pascalCase("HTTP server_response"); // "HttpServerResponse"