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
/
coffeeGenConfig.d.ts
7 lines
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
GenerateValueFunction
}
from
"./generateValueFunction"
;
export
interface
CoffeeGenConfig
{
identifiers
?: { [
identifierName
:
string
]:
GenerateValueFunction
; }; }
//# sourceMappingURL=coffeeGenConfig.d.ts.map