# isStandardDecorator() function · @imqueue/pg-cache

Source: https://imqueue.org/api/pg-cache/latest/pg-cache.isstandarddecorator/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-cache 5.0.6 — generated reference, not hand-written

Returns true if the decorator was invoked in standard (TC39) mode, i.e. its second argument is a decorator context object carrying a `kind`.

**Signature:**

```typescript
export declare function isStandardDecorator(context: unknown): boolean;
```

## Parameters


| Parameter | Type | Description |
| --- | --- | --- |
| context | unknown | the decorator's second argument |


**Returns:**

boolean

