UNPKG

@eolme/vma-router

Version:
6 lines (5 loc) 239 B
import { SharedConfig } from '../types'; declare const log: (...args: any[]) => void; declare const error: (...args: any[]) => void; declare const configure: (config?: Partial<SharedConfig>) => void; export { log, error, configure };