Pinned Loading
-
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******************************************************************************/
5type Nonempty<T extends { [key: string]: any }> = { [P in keyof T]: T }[keyof T];
-
modular-typescript-starter
modular-typescript-starter PublicRepository starter for Node.js projects using ES2015 modules and TypeScript
TypeScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.