/** * Return true if the platformName is tvOS * @param platformName The name of the platform * @returns Return true if the platformName is tvOS */ export declare function isTvOS(platformName: string): boolean; //# sourceMappingURL=platform.d.ts.map