indiana-university / iu-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IU JavaScript Utilities

Provides a set of server interaction utilies for JavaScript projects that interact with IU's JEE implementation.

iu.hex(data)

Converts between binary and hex encoded data

Parameters:

  • data: String to decode or Uint8Array to encode

Returns Decoded Uint8Array or encoded String

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 100.0%