create repository, store and source

I have no clue what i'm doing lol
This commit is contained in:
Julia Gru
2023-02-07 14:28:44 +01:00
parent e0cd8f421a
commit bba7b9b785
7 changed files with 175 additions and 2 deletions

View File

@@ -10,7 +10,6 @@ import { pushToUniqueArray } from "./push-to-unique-array.method";
*
* The ArrayState provides methods to append data when the data is an Object.
*/
export class ArrayState<T> extends DeepState<T[]> {