UNPKG
coffee-gen
Version:
latest (0.0.2)
0.0.2
0.0.1
One more cup of coffee for the road
github.com/jammymalina/coffee-gen
jammymalina/coffee-gen
coffee-gen
/
dist
/
domain
/
coffeeGenerator.d.ts
7 lines
•
240 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
CoffeeGenConfig
}
from
"./coffeeGenConfig"
;
export
declare
class
CoffeeGenerator
{
private
readonly
coffeeList;
constructor
(
config
?:
CoffeeGenConfig
);
randomCoffee
():
any
; }
//# sourceMappingURL=coffeeGenerator.d.ts.map