Static Method Summary
Static Public Methods | ||
public static |
fromBase64(value: string): * |
|
public static |
fromBuffer(value: Buffer | ArrayBuffer): * |
Method Summary
Public Methods | ||
public |
map(fn: *): * |
Inherited Summary
From class Artifact | ||
public static |
|
|
public static |
ofType(name: string): ArtifactType | undefined |
|
public |
toJSON(): SerialisedArtifact |
Static Public Methods
public static fromBase64(value: string): * source
Params:
Name | Type | Attribute | Description |
value | string |
Returns:
* |
public static fromBuffer(value: Buffer | ArrayBuffer): * source
Params:
Name | Type | Attribute | Description |
value | Buffer | ArrayBuffer |
Returns:
* |