MCPcopy Create free account
hub / github.com/authorizerdev/authorizer / capitalizeFirstLetter

Function capitalizeFirstLetter

web/dashboard/src/utils/index.ts:16–17  ·  view source on GitHub ↗
(data: string)

Source from the content-addressed store, hash-verified

14};
15
16export const capitalizeFirstLetter = (data: string): string =>
17 data.charAt(0).toUpperCase() + data.slice(1);
18
19const fallbackCopyTextToClipboard = (text: string) => {
20 const textArea = document.createElement('textarea');

Callers 6

updateTemplateFunction · 0.90
deleteHandlerFunction · 0.90
saveDataFunction · 0.90
deleteHandlerFunction · 0.90
deleteHandlerFunction · 0.90
AuthFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected