UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

9 lines (7 loc) 155 B
'use strict' module.exports = function (ctx) { return function calculateContentmentLevel () { const _ = ctx.utils._ return _.random(0, 2) } }