UNPKG

@liveblocks/react-ui

Version:

A set of React pre-built components for the Liveblocks products. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.

1 lines 361 B
{"version":3,"file":"capitalize.cjs","sources":["../../src/utils/capitalize.ts"],"sourcesContent":["export function capitalize(string: string) {\n return string.charAt(0).toUpperCase() + string.slice(1);\n}\n"],"names":[],"mappings":";;AAAO,SAAS,WAAW,MAAgB,EAAA;AACzC,EAAO,OAAA,MAAA,CAAO,OAAO,CAAC,CAAA,CAAE,aAAgB,GAAA,MAAA,CAAO,MAAM,CAAC,CAAA,CAAA;AACxD;;;;"}