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

Block or report timkinnane

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. Typescript Generic Utils for Functio... Typescript Generic Utils for Functional Programming
    1
    /**
    2
     * Make all optional except given keys.
    3
     * @example
    4
     *   type ABC = { a: any, b: any, c: any }
    5
     *   type OnlyAB = Only<ABC, 'a' | 'b'>
  2. OS-Gurus/assemble OS-Gurus/assemble Public

    Typescript utilities for functional pipes with type-safe interfaces

    TypeScript 1

  3. ACloudGuru/node-dev-dotfiles ACloudGuru/node-dev-dotfiles Public

    Shell 1

  4. Civilian-dev/conditioner Civilian-dev/conditioner Public

    TypeScript

  5. nested-code/cogs nested-code/cogs Public

    Centralised config of dev tooling for Nested Code packages.

    TypeScript

  6. OS-Gurus/dynamodel OS-Gurus/dynamodel Public

    Generate typed methods for DynamoDB models. With special sauce for nested props.

    TypeScript