- 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;
-
Notifications
You must be signed in to change notification settings - Fork 0
ThomasAllanLamb/state-learner
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published