UNPKG
@ahsm/noop
Version:
latest (1.0.0)
1.0.0
Provides a function that does nothing.
@ahsm/noop
/
index.js
2 lines
(1 loc)
•
32 B
JavaScript
View Raw
1
2
module.exports
= function() {}
;