Apis
Packages
@zely-js/reporter

@zely-js/reporter

ERROR

This package is merged into core package (#406)

Reporter for zely-js

source, npm

#Usage

If the map file [filename].map file exists, it references it and emits an error.

Typescript
import reporter from '@zely-js/reporter';
 
reporter(new Error('Hello World!'));