UNPKG

appolo-dns-cache

Version:
9 lines (6 loc) 193 B
import {DnsCache} from "./lib/dnsCache" import {IOptions} from "./lib/IOptions"; export {DnsCache} export function dnsCache(options?: IOptions): DnsCache { return new DnsCache(options) }