UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

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