Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move deepPartial from core #24

Open
benjamincharity opened this issue Feb 21, 2018 · 0 comments
Open

Move deepPartial from core #24

benjamincharity opened this issue Feb 21, 2018 · 0 comments
Labels
Focus: utility General JS/TS utilities Type: feature Functionality that doesn't currently exist

Comments

@benjamincharity
Copy link
Contributor

https://github.com/GetTerminus/terminus/blob/d9e624e76ab550409a9411c180a4cdc74e349a49/gui/src/app/utilities/deep-partial.ts

export type DeepPartial<T> = {
  [ P in keyof T ]?: DeepPartial<T[ P ]>;
}
@benjamincharity benjamincharity added Focus: utility General JS/TS utilities Type: feature Functionality that doesn't currently exist labels Feb 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Focus: utility General JS/TS utilities Type: feature Functionality that doesn't currently exist
Projects
None yet
Development

No branches or pull requests

1 participant