UNPKG

@stryke/capnp

Version:

A package to assist in running the Cap'n Proto compiler and creating Cap'n Proto serialization protocol schemas.

9 lines (7 loc) 214 B
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); //#region src/types.ts var CodeGeneratorContext = class { files = []; }; //#endregion exports.CodeGeneratorContext = CodeGeneratorContext;