UNPKG

@cloud-copilot/iam-simulate

Version:
7 lines 289 B
import { BaseConditionOperator } from '../BaseConditionOperator.js'; /** * For Binary we don't really have the ability to accept binary * values right now, so just do a string match. */ export declare const BinaryEquals: BaseConditionOperator; //# sourceMappingURL=BinaryEquals.d.ts.map