UNPKG

react-redux-typescript

Version:
19 lines 468 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); describe('mapped types', () => { it('Diffed_Keys', () => { const value = 'b' && 'c'; }); it('Omitted_Keys', () => { const value = 'b' && 'c'; }); it('Diffed_Props', () => { }); it('Omitted_Props', () => { }); it('Overwritten_Props', () => { }); it('Assigned_Props', () => { }); }); //# sourceMappingURL=mapped-types.spec.js.map