UNPKG

@temporalio/worker

Version:
6 lines 349 B
"use strict"; /* eslint-disable import/unambiguous */ // proto3-json-serializer assumes it's running in Node and that `assert` is present, so we need to add it // Don't use `export default` because then `require('assert')` will be `{ default: assertFn }`. It needs to be `assertFn`. module.exports = global.assert; //# sourceMappingURL=assert.js.map