Skip to content
View CCColda's full-sized avatar
Block or Report

Block or report CCColda

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
CCColda/README.md

Oh hell no

Pinned

  1. erettsegi erettsegi Public

    C#

  2. calcda calcda Public

    Math and geometry classes written in C++17

    C++

  3. MaybePromise.d.ts MaybePromise.d.ts
    1
    /**
    2
     * @brief Gives the Promise + non-Promise variant of a function
    3
     * @example MaybePromise<(x: number, y: string | number) => Date> =
    4
     * 	((x: number, y: string | number) => Date) | ((x: number, y: string | number) => Promise<Date>)
    5
     * @author COlda