mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
2 lines
61 B
TypeScript
2 lines
61 B
TypeScript
export declare type Partial<T> = { [P in keyof T]?: T[P]; };
|