UNPKG

unleash-server

Version:

Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.

9 lines (8 loc) 245 B
import { Strategy } from './strategy'; import { Context } from '../context'; export default class RemoteAddressStrategy extends Strategy { constructor(); isEnabled(parameters: { IPs?: string; }, context: Context): boolean; }