UNPKG

@ideal-postcodes/postcode-lookup

Version:
18 lines (17 loc) 379 B
/** * @module Postcode-Lookup Exports */ import { Controller, defaults } from "./controller"; import { watch } from "./watch"; import { setup, controllers } from "./setup"; /** * Namespace that exports Postcode Lookup methods and classes */ export const PostcodeLookup = { controllers, setup, Controller, defaults, watch, }; export { Controller, watch };