UNPKG

@yhiot/utils

Version:
3 lines (2 loc) 174 B
export function preRestfulCreator(prefix: any): (ctx: any, next: any) => Promise<any>; export function postRestfulCreator(restfulFunction: any): (ctx: any) => Promise<void>;