@cloud-copilot/iam-collect
Version:
Collect IAM information from AWS Accounts
8 lines • 327 B
TypeScript
/**
* Parse a JSON string if it is present, otherwise return undefined.
*
* @param value the JSON string to parse, or undefined if not present
* @returns the parsed JSON object, or undefined if value is undefined
*/
export declare function parseIfPresent(value: string | undefined): any;
//# sourceMappingURL=json.d.ts.map