UNPKG

@trimble-oss/trimble-id

Version:

Trimble Identity SDK for JavaScript/TypeScript

6 lines (5 loc) 125 B
/** * Shared btoa utility with Node.js and browser fallback */ declare let btoa: (str: string) => string; export { btoa };