UNPKG

react-redux-typescript

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