UNPKG
yet-another-name-generator
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.0
Yet Another Name Generator
github.com/oferitz/YANG
oferitz/YANG
yet-another-name-generator
/
dist
/
index.d.ts
6 lines
(5 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
function
generate
(
{ the, titleize, separator }?: { the?:
boolean
; titleize?:
boolean
; separator?:
string
|
boolean
; }
):
string
;