"use strict"; module.exports = function asExpression(func) { return func(); };