first commit
This commit is contained in:
12
app_vue/node_modules/@hapi/hoek/lib/block.js
generated
vendored
Normal file
12
app_vue/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