Documenting the library function

This commit is contained in:
n1073645 2020-01-06 10:36:16 +00:00
parent 671366ee62
commit 4247ddb0ce
2 changed files with 14 additions and 3 deletions

View file

@ -1,3 +1,10 @@
/**
* Constants for the entropy of text.
*
* @author n1073645 [n1073645@gmail.com]
* @copyright Crown Copyright 2020
* @license Apache-2.0
*/
export const compressedToDecompressed = {
input: [6.5, 8],
output: [3.5, 6]

View file

@ -1,8 +1,12 @@
/**
* An object used by magic to store the input/output criteria for valid operation results.
*
* @author n1073645 [n1073645@gmail.com]
* @copyright Crown Copyright 2020
* @license Apache-2.0
*/
import OperationConfig from "../config/OperationConfig.json";
/**
* An object used by magic to store the input/output criteria for valid operation results.
*/
class potentialOps {
/**