UNPKG

jwt-check-expiry

Version:
7 lines (6 loc) 178 B
/** * The code is taken from: * https://github.com/davidchambers/Base64.js */ declare const _default: ((data: string) => string) & typeof atob; export default _default;