UNPKG

@lock-dev/geo-block

Version:

Geographic blocking module for lock.dev security framework

7 lines (6 loc) 252 B
import { GeoLookupProvider, GeoBlockConfig } from '../types'; /** * Create a geo lookup provider based on configuration * @param config Geo-blocking configuration */ export declare function createProvider(config: GeoBlockConfig): GeoLookupProvider;