UNPKG

@stryke/capnp

Version:

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

7 lines (4 loc) 128 B
#!/usr/bin/env node import { Command } from 'commander'; declare function createProgram(): Command; export { createProgram };