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
/
src
/
domain
/
coffeeGenConfig.ts
8 lines
(6 loc)
•
179 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
GenerateValueFunction
}
from
"./generateValueFunction"
;
export
interface
CoffeeGenConfig
{
identifiers
?: { [
identifierName
:
string
]:
GenerateValueFunction
; }; }