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'].

Versión del día 16/03/2024. Echa un vistazo a la versión más reciente.

Autor
rssa_romeo
Calificaciones
0 0 0
Versión
0.3
Creado
14/03/2024
Actualizado
16/03/2024
Tamaño
139 KB
Licencia
GPLv3
Funciona en
Todos los sitios

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']