UNPKG

@jesseditson/dnsimple

Version:

A Node.JS client for the DNSimple API.

4 lines (3 loc) 160 B
import { DNSimple } from "../lib/main"; export declare function createTestClient(): DNSimple; export declare function readFixtureAt(path: string): () => any[];