UNPKG

paf-api

Version:

HTTP service that parses Postcode Address File records into a correctly formatted address

8 lines (7 loc) 195 B
/// <reference types="express-serve-static-core" /> import P from "pino"; interface Config { logger: P.Logger; } export declare const App: (config: Config) => Express.Application; export {};