CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
index.js13 linesDownload Raw Back to src
1"use strict";2var protobuf = module.exports = require("./index-light");3 4protobuf.build = "full";5 6// Parser7protobuf.tokenize         = require("./tokenize");8protobuf.parse            = require("./parse");9protobuf.common           = require("./common");10 11// Configure parser12protobuf.Root._configure(protobuf.Type, protobuf.parse, protobuf.common);13 
basant307/AI_Governance_Project · CoolFace