UNPKG

@cwagner22/react-router-hono

Version:
9 lines (6 loc) 174 B
import esbuild from 'esbuild'; type NodeVersion = 20 | 22; type BundlerLoader = { [p: string]: esbuild.Loader; }; export type { BundlerLoader as B, NodeVersion as N };