Home Manual Reference Source

Usage

Import the library where needed

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