UNPKG

@gem-mine/rollup-plugin-typescript2

Version:

Seamless integration between Rollup and TypeScript. Now with errors.

4 lines 105 B
export declare type Partial<T> = { [P in keyof T]?: T[P]; }; //# sourceMappingURL=partial.d.ts.map