UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

81 lines (37 loc) 907 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [IErrorExclusions](./rc-js-util.ierrorexclusions.md) ## IErrorExclusions interface Errors which should be ignored in tests. **Signature:** ```typescript export interface IErrorExclusions ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [exactMatch?](./rc-js-util.ierrorexclusions.exactmatch.md) </td><td> `readonly` </td><td> readonly string\[\] </td><td> _(Optional)_ </td></tr> <tr><td> [startsWith?](./rc-js-util.ierrorexclusions.startswith.md) </td><td> `readonly` </td><td> readonly string\[\] </td><td> _(Optional)_ </td></tr> </tbody></table>