UNPKG

@lunora/cli

Version:

The Lunora CLI: init, dev, deploy, codegen, run, reset, and migrate commands

2 lines (1 loc) 275 B
import{LunoraError as r}from"@lunora/errors";const o=["both","none","openapi","openrpc"],p=o.join(" | "),i=n=>{if(!(typeof n!="string"||n.length===0)){if(o.includes(n))return n;throw new r("INTERNAL",`invalid --api-spec "${n}" — expected one of: ${p}`)}};export{p,i as r};