awl/mod.ts

8 lines
304 B
TypeScript

// SPDX-License-Identifier: MIT
// Exports for ldawl, the library for awl
export type { QueryResponse, ServerOptions } from "./lib/utils.ts";
export { doQuery } from "./lib/query.ts";
export { parseResponse } from "./lib/response.ts";
export { parseIPv6, parseNAPTR, parsePTR } from "./lib/reverse.ts";