Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jajbshjahavahh
GitHub Repository: jajbshjahavahh/Gojo-Satoru
Path: blob/master/node_modules/@hapi/hoek/lib/block.js
2593 views
1
'use strict';
2
3
const Ignore = require('./ignore');
4
5
6
const internals = {};
7
8
9
module.exports = function () {
10
11
return new Promise(Ignore);
12
};
13
14