UNPKG

kequapp

Version:

A minimal, zero-magic Node web framework built on native APIs

3 lines (2 loc) 150 B
import type { TCacheRoute, TLoggerLvl } from '../../types.ts'; export default function warnDuplicates(routes: TCacheRoute[], warn: TLoggerLvl): void;