Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 218 Bytes

isAvailable.md

File metadata and controls

9 lines (6 loc) · 218 Bytes

isAvailable Function

The isAvailable function returns a true if the SDK is available on the current platform, false otherwise.

Example Usage

const available = await isAvailable();