Merge branch 'main' of https://gitlab.com/robossembler/webservice into alexander

This commit is contained in:
IDONTSUDO 2024-04-19 13:52:07 +03:00
commit 7e25cc216a
15 changed files with 641 additions and 18 deletions

View file

@ -44,6 +44,7 @@ declare global {
toArray(): V[];
getPredicateValue(callBack: (value: V) => boolean): K[];
}
interface Vector3 {}
}
export const extensions = () => {
StringExtensions();