generated from dellevin/template
1
This commit is contained in:
12
node_modules/@hapi/hoek/lib/block.js
generated
vendored
Normal file
12
node_modules/@hapi/hoek/lib/block.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
'use strict';
|
||||
|
||||
const Ignore = require('./ignore');
|
||||
|
||||
|
||||
const internals = {};
|
||||
|
||||
|
||||
module.exports = function () {
|
||||
|
||||
return new Promise(Ignore);
|
||||
};
|
||||
Reference in New Issue
Block a user