UNPKG

@langgraph-js/bundler

Version:

Build tool for LangGraph.js applications that packages graph configurations into deployable modules

9 lines (8 loc) 162 B
export default function condition(options?: { env: string; }): { name: string; transform(code: string, id: string): { code: string; }; };