UNPKG

@stryke/capnp

Version:

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

13 lines (12 loc) 534 B
import { n as CapnpcOptions, r as CapnpcResolvedOptions } from "./types-CVzMn-TI.mjs"; //#region src/helpers.d.ts /** * Resolves the options for the Cap'n Proto compiler. * * @param options - The options to resolve * @returns The resolved options */ declare function resolveOptions(options: Omit<CapnpcOptions, "workspaceRoot" | "projectRoot"> & Required<Pick<CapnpcOptions, "workspaceRoot" | "projectRoot">>): Promise<CapnpcResolvedOptions | null>; //#endregion export { resolveOptions }; //# sourceMappingURL=helpers.d.mts.map