z-lock
Since it's a CommonJS module, it must be used alongside with Browserify, or something similar, like WebPacker.
Example, explanation
var lock = ;var a_lock = ; a_lock; // returns false // Let the examples tell the storya_lock;a_lock; // returns true a_lock;a_lock; // returns false