CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes45downloads
constant.js14 linesDownload Raw Back to async
1"use strict";2 3Object.defineProperty(exports, "__esModule", {4    value: true5});6 7exports.default = function (...args) {8    return function (...ignoredArgs /*, callback*/) {9        var callback = ignoredArgs.pop();10        return callback(null, ...args);11    };12};13 14module.exports = exports.default;
basant307/AI_Governance_Project · CoolFace