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

2024-03-16 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

लेखक
rssa_romeo
रेटिंग
0 0 0
आवृत्ती
0.3
बनवली
2024-03-14
अपडेट केली
2024-03-16
आकार
139 KB
License
GPLv3
यांवर लागू होते:
सर्व संकेतस्थळे

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