1.0.0-beta.3 • Published 5 months ago

@ifed/red-alert v1.0.0-beta.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

@ifed/red-alert

@ifed/red-alert. See our website @ifed/red-alert for more information.

Install

Using npm:

$ npm install --save @ifed/red-alert

or using yarn:

$ yarn add @ifed/red-alert

or using pnpm:

$ pnpm add @ifed/red-alert

用法

import RedAlert from '@ifed/red-alert';

const ra = new RedAlert({
  appId: '123',
  url: '/report',
});

ra.start();