UNPKG
megaera
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
0.0.0
GraphQL to TypeScript Generator
github.com/webpod/graphql-megaera
webpod/graphql-megaera
megaera
/
dist
/
utils.d.ts
3 lines
(2 loc)
•
155 B
TypeScript
View Raw
1
2
3
export
declare
function
firstLetterUpper
(
string
:
string
):
string
;
export
declare
function
plural
(
count
:
number
,
singular
:
string
,
plural
:
string
):
string
;