UNPKG
nestch
Version:
latest (1.3.3)
1.3.3
1.3.2
1.3.1
1.2.1
1.2.0
1.1.6
1.1.5
1.1.3
1.1.2
A CLI tool for renaming NestJS resource names easily.
github.com/isnoa/nestch
isnoa/nestch
nestch
/
lib
/
utils
/
helpers.d.ts
4 lines
•
237 B
TypeScript
View Raw
1
2
3
4
export
declare
function
capitalizeFirstLetter
(
string
:
string
):
string
;
export
declare
function
toKebabCase
(
string
:
string
):
string
;
export
declare
function
isValidResourceName
(
name
:
string
):
boolean
;
//# sourceMappingURL=helpers.d.ts.map