( pattern: string, command: string, )
| 351 | * Delegates to shared implementation. |
| 352 | */ |
| 353 | export function matchWildcardPattern( |
| 354 | pattern: string, |
| 355 | command: string, |
| 356 | ): boolean { |
| 357 | return sharedMatchWildcardPattern(pattern, command) |
| 358 | } |
| 359 | |
| 360 | /** |
| 361 | * Parse a permission rule into a structured rule object. |
no outgoing calls
no test coverage detected