awl/mod.ts
Sam Therapy 6f4ae7de65
Some checks failed
continuous-integration/drone Build is failing
Initial commit
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-06-18 20:11:46 +02:00

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";