UNPKG

grappling-hook

Version:
11 lines (8 loc) 109 B
'use strict'; module.exports = function(value) { return { now: function() { return value; } }; };