UNPKG

@lock-sdk/geo-block

Version:

Geographic blocking module for Lock 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;