react-redux-typescript
Version:
React / Redux / TypeScript Utils
19 lines • 468 B
JavaScript
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
;