UNPKG
grappling-hook
Version:
latest (3.0.0)
3.0.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
1.0.0
Pre/Post hooking mechanism
github.com/keystonejs/keystone-hooks
keystonejs/grappling-hook
grappling-hook
/
tests
/
fixtures
/
date.js
11 lines
(8 loc)
•
109 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
module
.
exports
=
function
(
value
) {
return
{
now
:
function
(
) {
return
value; } }; };