MetadataToken.(constructor)
Constructs a new instance of the MetadataToken
class
Signature:
constructor(name: string, guard: (o: unknown) => o is Metadata);
Parameters
Parameter | Type | Description |
---|---|---|
name | string | |
guard | (o: unknown) => o is Metadata |
Constructs a new instance of the MetadataToken
class
Signature:
constructor(name: string, guard: (o: unknown) => o is Metadata);
Parameter | Type | Description |
---|---|---|
name | string | |
guard | (o: unknown) => o is Metadata |