system-prompts-and-models-o.../unified-ai-platform/node_modules/@hapi/hoek/lib/block.js
dopeuni444 b5a22951ae nhj
more
2025-07-31 12:23:33 +04:00

13 lines
144 B
JavaScript

'use strict';
const Ignore = require('./ignore');
const internals = {};
module.exports = function () {
return new Promise(Ignore);
};