UNPKG

@yamamotok/dataobject

Version:

Decorator based JSON serializer and deserializer.

5 lines (4 loc) 183 B
/** * Check if the current context is one of expected ones. */ export declare function inContext(current: string | undefined, expected: string | string[] | undefined): boolean;