UNPKG
cooky-cutter
Version:
latest (1.5.4)
1.5.4
1.5.3
1.5.2
1.5.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Object factories for testing in TypeScript
skovy.github.io/cooky-cutter/
skovy/cooky-cutter
cooky-cutter
/
dist
/
compute.d.ts
4 lines
(3 loc)
•
276 B
TypeScript
View Raw
1
2
3
4
import
{
Config
}
from
"./define"
;
declare
function
compute<
Key
extends
keyof
Result
,
Values
extends
Config
<
Result
>,
Result
>(
key
:
Key
,
values
:
Values
,
result
:
Result
,
invocations
:
number
,
path
:
Key
[],
override
:
Partial
<
Result
>,
computedKeys
:
Key
[]):
void
;
export
{ compute };