UNPKG

honestjs

Version:

HonestJS - a modern web framework built on top of Hono

6 lines (5 loc) 196 B
/** * Symbol to use when marking a route as version-neutral * Version-neutral routes are accessible both with and without version prefix */ export declare const VERSION_NEUTRAL: unique symbol;