apis
packages
@zely-js/reporter
@zely-js/reporter
Reporter for zely-js
#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!'));