bt builder progress
This commit is contained in:
parent
5dec799002
commit
acc79df97d
22 changed files with 664 additions and 85 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue