Search results

Types

Classes
Interfaces
Enums
Functions
Type aliases
Constants

Members

Properties
Methods
Getters
Setters
Enum members
Show privates

Other

In this module only

Function firstToUpper

Defined in GeneralFunctions.ts

(str: string): string

Transforms the first letter of a string to upper case.

ยท str - String to transform

Returns

undefined