UNPKG

convert-vapid-public-key

Version:

[![GitHub Actions status](https://github.com/screendriver/convert-vapid-public-key/workflows/CI/badge.svg)](https://github.com/screendriver/convert-vapid-public-key/actions) [![codecov](https://codecov.io/gh/screendriver/convert-vapid-public-key/branch/ma

6 lines 233 B
/** * Converts the given VAPID public key to an Uint8Array. * @param base64String your Base64 VAPID public key */ export default function urlBase64ToUint8Array(base64String: string): Uint8Array; //# sourceMappingURL=index.d.ts.map