mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
9 lines
339 B
TypeScript
9 lines
339 B
TypeScript
// 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/borisyankov/DefinitelyTyped
|
|
|
|
declare module "tea-merge" {
|
|
function e(destination: Object, ...sources: Object[]): Object;
|
|
export = e;
|
|
} |