mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
6 lines
152 B
JavaScript
6 lines
152 B
JavaScript
var path = require('path')
|
|
|
|
var ProtoBuf = require('protobufjs')
|
|
|
|
module.exports =
|
|
ProtoBuf.loadProtoFile(path.join(__dirname, 'wire.proto')).build()
|