UNPKG

@baqhub/cli

Version:

The official command line interface for the BAQ federated app platform.

5 lines (4 loc) 132 B
import startCase from "lodash/startCase.js"; export function pascalCase(value) { return startCase(value).replaceAll(" ", ""); }