UNPKG

@shopify/app-bridge

Version:

[![Build Status](https://travis-ci.com/Shopify/app-bridge.svg?token=RBRyvqQyN525bnfz7J8p&branch=master)](https://travis-ci.com/Shopify/app-bridge) [![codecov](https://codecov.io/gh/Shopify/app-bridge/branch/master/graph/badge.svg?token=nZ21m39Dr6)](https:

5 lines (4 loc) 174 B
export interface Indexable { [key: string]: any; } export default function mergeProps<T extends Indexable, T2 extends Indexable>(obj: T, newObj: T2): T | T2 | undefined;