webstrand - Overview

View webstrand's full-sized avatar

Block or report webstrand

Pinned Loading

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

    TypeScript 3

  2. 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. Repository starter for Node.js projects using ES2015 modules and TypeScript

    TypeScript

  4. An automation tool utilizing the Prolog language.

    Prolog 4