UNPKG

webfinger-handler

Version:

A library that generates a handler for webfinger requests. The created handler works with Node JS HTTP request and response objects, and is otherwise framework agnostic.

15 lines (14 loc) 268 B
{ "compilerOptions": { "rootDir": "src", "target": "ES2022", "module": "ESNext", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "lib": [], "outDir": "dist", "strict": true }, "include": ["src/main.ts"], "exclude": [] }