Merge branch 'master' of github.com:coolaj86/unibabel-js

This commit is contained in:
AJ ONeal 2015-11-17 15:13:36 -08:00
commit a109259e10
1 changed files with 2 additions and 2 deletions

View File

@ -43,12 +43,12 @@ var uint8Array = Unibabel.base64ToArr(base64)
**Normal APIs**
`index.js`
* utf8ToBuffer(utf8str) => array
* bufferToUtf8(array) => string
* utf8ToBase64(utf8str) => base64
* base64ToUtf8(base64) => string
* bufferToBase64(array) => base64
* base64ToBuffer(base64) => array