UNPKG

@tdb/util

Version:
11 lines (8 loc) 244 B
import { Route } from './Route'; export * from './Route'; export * from './types'; export const get = Route.get; export const put = Route.put; export const post = Route.post; export const patch = Route.patch; export const del = Route.delete;