UNPKG

unleash-server

Version:

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

7 lines 246 B
import { UnleashError } from './unleash-error.js'; declare class PasswordMismatch extends UnleashError { statusCode: number; constructor(message?: string); } export default PasswordMismatch; //# sourceMappingURL=password-mismatch.d.ts.map