Skip to content
View Tomate0613's full-sized avatar

Organizations

@schmanguage
Block or Report

Block or report Tomate0613

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Tomate0613/README.md

Hi there 👋

Test

Pinned

  1. zwietracht-js zwietracht-js Public

    A library for creating serverless discord bots in javascript

    TypeScript

  2. typesafe EventEmmiter (inspired by h... typesafe EventEmmiter (inspired by https://www.youtube.com/watch?v=Pl7pDjWd830)
    1
    type Listener<T extends Array<any>> = (...args: T) => void;
    2
    
                  
    3
    declare module 'events' {
    4
      export default class EventEmitter<
    5
        EventMap extends Record<string, Array<any>> = any