webstrand - Overview
Pinned Loading
-
A library which provides a minimal, type-safe, and composable event system.
TypeScript 3
-
1
/******************************************************************************2
* Implementation of `Nonempty` validator which checks that the provided type3
* has at least one defined property, excluding `{}`.4
******************************************************************************/5
type Nonempty<T extends { [key: string]: any }> = { [P in keyof T]: T }[keyof T];
-
Repository starter for Node.js projects using ES2015 modules and TypeScript
TypeScript
-
An automation tool utilizing the Prolog language.
Prolog 4