Skip to content

ThomasAllanLamb/state-learner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO

  • Provide minified version.
  • Are declarations in the right place?
  • Add source mapping
  • Add usage instructions
  • Is tsconfig.json necessary?
  • Outsource ArrayMap
  • Add declaration to published material. Try to build declaration from main.ts using "declaration": true
  • Possible solution to problem of passing large clones of arrays is to create a class which, when given an array, just re-indexes it and hides the necessary elements. e.g. x = new ReducedArray([1,2,3]); x.toString() === "2,3"; x.length === 2;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published