(string, length)
| 1140 | * @returns {!Array.<number>} |
| 1141 | */ |
| 1142 | export function decodeBase64(string, length) { |
| 1143 | return base64_decode(string, length); |
| 1144 | } |
| 1145 | |
| 1146 | export default { |
| 1147 | setRandomFallback, |
nothing calls this directly
no test coverage detected