UNPKG

itk-wasm

Version:

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

8 lines (6 loc) 198 B
import camelCase from './camel-case.js' function pascalCase(param) { const outParam = camelCase(param) return `${outParam[0].toUpperCase()}${outParam.substring(1)}` } export default pascalCase