UNPKG

@magnetarjs/types

Version:
2 lines (1 loc) 81 B
export type DefaultTo<V, DefaultValue> = [V] extends [never] ? DefaultValue : V;