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

2024-03-16 기준 버전입니다. 최신 버전을 확인하세요.

작성자
rssa_romeo
평점
0 0 0
버전
0.5
생성일
2024-03-14
갱신일
2024-03-16
크기
139KB
라이선스
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().log('1 string').val //returns ['string']