Commit 49d2caf2 authored by nanahira's avatar nanahira

fix export

parent d4c6c630
......@@ -71,7 +71,7 @@ type ClassesToTypes<A extends any[]> = A extends [infer L, ...infer R]
*/
type FusionClassType<A extends AnyClass[]> = Intersecton<ClassesToTypes<A>>;
type PartialDeep<T> = T extends
export type PartialDeep<T> = T extends
| string
| number
| bigint
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment