- Preparing search index...
- The search index is not available
biorate
- span(__namedParameters): ((target, propertyKey, descriptor) => void)
-
Parameters
-
__namedParameters: {
name?: string;
spanKind?: string;
}
-
Optional name?: string
-
Optional spanKind?: string
Returns ((target, propertyKey, descriptor) => void)
-
- (target, propertyKey, descriptor): void
-
Parameters
-
target: any
-
propertyKey: string
-
descriptor: PropertyDescriptor
Returns void