UNPKG

ziko-server

Version:

server side rendering in zikojs with file-based-routing and client side hydration

7 lines 150 B
export function isAPI(fn) { return ( fn && (typeof fn === 'function') && ['GET', 'POST', 'DELETE', 'PUT'].includes(fn.name) ) }