UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

9 lines (8 loc) 343 B
// Type definitions for tea-merge // Project: https://github.com/qualiancy/tea-merge // Definitions by: Mihhail Lapushkin <https://github.com/mihhail-lapushkin/> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module "tea-merge" { function e(destination: Object, ...sources: Object[]): Object; export = e; }