UNPKG

ts-zone-file

Version:

This module is designed for manaing a BIND name server.

3 lines (2 loc) 116 B
import { BINDCONFIG } from './types'; export declare const generateConfig: (config: BINDCONFIG) => Promise<string>;