Add author tags to Encode text & Decode text ops
This commit is contained in:
parent
dc61aeeeb8
commit
f800fab1a3
@ -67,6 +67,7 @@ const CharEnc = {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Encode text operation.
|
* Encode text operation.
|
||||||
|
* @author tlwr [toby@toby.codes]
|
||||||
*
|
*
|
||||||
* @param {string} input
|
* @param {string} input
|
||||||
* @param {Object[]} args
|
* @param {Object[]} args
|
||||||
@ -81,6 +82,7 @@ const CharEnc = {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Decode text operation.
|
* Decode text operation.
|
||||||
|
* @author tlwr [toby@toby.codes]
|
||||||
*
|
*
|
||||||
* @param {byteArray} input
|
* @param {byteArray} input
|
||||||
* @param {Object[]} args
|
* @param {Object[]} args
|
||||||
|
Loading…
x
Reference in New Issue
Block a user