mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
7 lines
152 B
JavaScript
7 lines
152 B
JavaScript
var path = require('path')
|
|
|
|
var ProtoBuf = require('protobufjs')
|
|
|
|
module.exports =
|
|
ProtoBuf.loadProtoFile(path.join(__dirname, 'wire.proto')).build()
|