canIUse.d.ts 68 B

1
  1. export default function canIUse(apiName: string): Promise<boolean>;