UNPKG

@terminus/ngx-tools

Version:

[![CircleCI][circle-badge]][circle-link] [![codecov][codecov-badge]][codecov-project] [![semantic-release][semantic-release-badge]][semantic-release] [![MIT License][license-image]][license-url] <br> [![NPM version][npm-version-image]][npm-url] [![Github

10 lines (9 loc) 243 B
/** * Gets a RegExp used to detect an angular wrapped error message. * * See https://github.com/angular/angular/issues/8348 * * @param e - The error * @returns The regex */ export declare function wrappedErrorMessage(e: Error): RegExp;