simontonsoftware / s-libs

A collection of libraries for any of javascript, rxjs, or angular.
MIT License
43 stars 5 forks source link

[ng-core] Feature request: `PublicInterface<T>` #65

Closed ersimont closed 2 years ago

ersimont commented 2 years ago
type PublicPart<T> = {[K in keyof T]: T[K]};

From https://github.com/microsoft/TypeScript/issues/16556#issuecomment-308831129