UNPKG
appolo-dns-cache
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
cache node dns module
github.com/shmoop207/appolo-dns-cache
shmoop207/appolo-dns-cache
appolo-dns-cache
/
lib
/
IOptions.ts
6 lines
(5 loc)
•
92 B
text/typescript
View Raw
1
2
3
4
5
6
export
interface
IOptions
{
maxItems
?:
number
ttl
?:
number
override
?:
boolean
}