Skip to content

Instantly share code, notes, and snippets.

@tkburns
tkburns / 00-fully variadic pipe.md
Last active October 21, 2021 01:33
Type safe, fully variadic implementation of pipe()

Type Safe and Fully Variadic pipe()

A type safe and fully variadic implementation of pipe(). It uses generic tuples instead of overloading to allow for an unlimited number of arguments.

@tkburns
tkburns / 00-CloudWatch Insights Queries.md
Last active March 10, 2022 03:54
Assorted queries for AWS CloudWatch Insights

CloudWatch Insights Queries

Assorted queries for AWS CloudWatch Insights

@tkburns
tkburns / 00-Assorted Typescript Type Utils.md
Last active December 13, 2021 02:47
Assorted type utilities for Typescript

Assorted Type Utilities

A collection of assorted type utilities for Typescript.