all functions

alot of functions i've made. to add more do allfuncs.new. to run either use a(input1).functionname(...other_inputs), and use .val to get value - allows chaining functions together suchas a('string').toarray().push('string').warn('2 strings').keeponlyone().log('1 string').val //returns ['string'].

Verze ze dne 16. 03. 2024. Zobrazit nejnovější verzi.

Autor
rssa_romeo
Hodnocení
0 0 0
Verze
0.5
Vytvořeno
14. 03. 2024
Aktualizováno
16. 03. 2024
Size
139,1 KB
Licence
GPLv3
Spustit na
všech stránkách

alot of functions i've made.
to add more add more allfuncs.new to the code, or to add later instead of allfuncs.new do a().allfuncs.new.
to run either use a(input1).functionname(...other_inputs), and use .val to get value.
the function allows chaining functions together suchas:
a('string').toarray().push('string').warn('2 strings').keeponlyone().log('1 string').val //returns ['string']