UNPKG

telefunc

Version:

Remote functions. Instead of API.

3 lines (2 loc) 93 B
export { lowercaseFirstLetter }; declare function lowercaseFirstLetter(str: string): string;