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

Block or report webstrand

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

Pinned

  1. audience audience Public

    A library which provides a minimal, type-safe, and composable event system.

    TypeScript 3

  2. Examples of the <T>(foo: Validator<T... Examples of the <T>(foo: Validator<T>) pattern in typescript
    1
    /******************************************************************************
    2
     * Implementation of `Nonempty` validator which checks that the provided type
    3
     * has at least one defined property, excluding `{}`.
    4
     ******************************************************************************/
    5
    type Nonempty<T extends { [key: string]: any }> = { [P in keyof T]: T }[keyof T];
  3. modular-typescript-starter modular-typescript-starter Public

    Repository starter for Node.js projects using ES2015 modules and TypeScript

    TypeScript

  4. robo robo Public

    An automation tool utilizing the Prolog language.

    Prolog 4

  5. prengine prengine Public

    TypeScript 2 1