update dependency

This commit is contained in:
IDONTSUDO 2024-06-14 16:08:12 +03:00
parent 4e726be376
commit 53fe9bf51a
59 changed files with 8277 additions and 10 deletions

View file

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