Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add set-alarm

npm

npm install set-alarm --save

jspm

jspm install npm:set-alarm

Usage

Import the library where needed

const {setAlarm, clearAlarm} = await import( 'set-alarm' ) ;
// or
import {setAlarm, clearAlarm} from 'set-alarm' ;

Examples

More examples in the test files.