CoolFace
Apppublic

HarshvardhanCn01/Voice-Assistant

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
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