UNPKG
darkest-bovine
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.4
1.0.3
1.0.1
1.0.0
'inspirational' quotes from your darkest bovine ancestor
darkest-bovine
/
dist
/
index.d.ts
3 lines
(2 loc)
•
240 B
TypeScript
View Raw
1
2
3
export
declare
function
moo
(
dontLogToConsole
?:
boolean
,
text
?:
string
,
seed
?:
string
| (() =>
number
)
):
string
;
export
declare
function
seededMoo
(
seed
:
string
):
(
dontLogToConsole
?:
boolean
|
undefined
,
text
?:
string
|
undefined
) =>
string
;