Added Standard with Typescript + Moved module methods to utils/itertools
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Siklos 2022-08-05 19:52:09 +02:00
parent 8e34d6b72a
commit 361a200d07
24 changed files with 258 additions and 223 deletions

View file

@ -1,4 +1,4 @@
export enum AddingBehavior {
InsertInto,
Replace
InsertInto,
Replace
}

View file

@ -1,5 +1,5 @@
export enum XPositionReference {
Left,
Center,
Right
Left,
Center,
Right
}