UNPKG

tripledoc

Version:

Library to read, create and update documents on a Solid Pod

9 lines (8 loc) 173 B
module.exports = function (bitmap, value) { return { enumerable: !(bitmap & 1), configurable: !(bitmap & 2), writable: !(bitmap & 4), value: value }; };