Can be managed using yarn, npm, or jspm.
yarn add set-alarm
npm install set-alarm --save
jspm install npm:set-alarm
Import the library where needed
const {setAlarm, clearAlarm} = await import( 'set-alarm' ) ; // or import {setAlarm, clearAlarm} from 'set-alarm' ;
More examples in the test files.