UNPKG

routup

Version:

Routup is a minimalistic http based routing framework.

4 lines (3 loc) 293 B
export declare function isObject(item: unknown): item is Record<string, any>; export declare function setProperty(record: Record<PropertyKey, any>, property: PropertyKey, value: any): void; export declare function getProperty<T = any>(req: Record<PropertyKey, any>, property: PropertyKey): T;