(key: string, regexp: RegExp | null)
| 44 | mapEquals(key: string, value: any): ContextKeyExpression; |
| 45 | mapNotEquals(key: string, value: any): ContextKeyExpression; |
| 46 | mapRegex(key: string, regexp: RegExp | null): ContextKeyRegexExpr; |
| 47 | } |
| 48 | |
| 49 | export interface IContextKeyExpression { |