mirror of
https://github.com/MeowLynxSea/Proksea.git
synced 2025-07-09 19:04:39 +00:00
9 lines
175 B
JavaScript
9 lines
175 B
JavaScript
const Validator=require('./');
|
|
|
|
const example_protocol=require("./example_protocol.json");
|
|
|
|
const validator = new Validator();
|
|
|
|
validator.validateProtocol(example_protocol);
|
|
|