MCPcopy Create free account
hub / github.com/chainjet/platform / capitalize

Function capitalize

libs/common/src/utils/string.utils.ts:4–4  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

2import strip from 'strip-markdown'
3
4export const capitalize = (str: string): string => str.charAt(0).toUpperCase() + str.substr(1)
5
6export function slugify(str: string): string {
7 return str

Callers 3

createOneMethod · 0.90
createOneMethod · 0.90
createOperationFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected