bt builder progress

This commit is contained in:
IDONTSUDO 2024-02-05 15:28:09 +03:00
parent 5dec799002
commit acc79df97d
22 changed files with 664 additions and 85 deletions

View file

@ -4,6 +4,7 @@ import { StringExtensions } from "./string";
export type CallBackVoidFunction = <T>(value: T) => void;
export type CallBackStringVoidFunction = (value: string) => void;
export type CallBackEventTarget = (value: EventTarget) => void;
declare global {
interface Array<T> {