UNPKG

test-openapi

Version:
15 lines (11 loc) 218 B
'use strict' // Like Lodash result(), but works outside an object const result = function(val, ...args) { if (typeof val !== 'function') { return val } return val(...args) } module.exports = { result, }