basant307/AI_Governance_Project
048
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 