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('1 string').val //returns ['string'].

Verzia zo dňa 16.03.2024. Pozri najnovšiu verziu.

Autor
rssa_romeo
Hodnotenie
0 0 0
Verzia
0.3
Vytvorené
14.03.2024
Aktualizované
16.03.2024
Veľkosť
138,7 KB
Licencia
GPLv3
Spustiť na
Všetkých stránkach

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('1 string').val //returns ['string']