loadString() function
export declare function loadString(content: string, options?: LoadOptions): Promise<Manifest[]>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| content | string | |
| options | LoadOptions | (Optional) | 
Promise<Manifest[]>
export declare function loadString(content: string, options?: LoadOptions): Promise<Manifest[]>;
| Parameter | Type | Description | 
|---|---|---|
| content | string | |
| options | LoadOptions | (Optional) | 
Promise<Manifest[]>