UNPKG
cucumber-ai
Version:
latest (0.9.35)
0.9.35
0.9.34
0.9.33
0.9.32
0.9.31
0.9.30
0.9.29
0.9.28
0.9.27
0.9.26
0.9.25
0.9.24
0.9.23
0.9.22
0.9.21
0.9.20
0.9.19
0.9.17
0.9.16
0.9.15
0.9.13
0.9.12
0.9.11
0.9.10
Write automated tests using natural language
github.com/zbcjackson/cucumber-ai
cucumber-ai
/
dist
/
cache
/
index.d.ts
6 lines
(5 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
Cache
{
readCache
(
name
:
string
,
text
:
string
): any;
writeCache
(
name
:
string
,
text
:
string
,
object
: unknown):
void
;
private
getCacheFilePath; }