UNPKG

cloudworker-proxy

Version:
6 lines (4 loc) 93 B
"use strict"; module.exports = function (value) { return function () { return value; }; };