mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-26 00:21:41 +08:00
Create simple-assign.d.ts
This commit is contained in:
8
simple-assign/simple-assign.d.ts
vendored
Normal file
8
simple-assign/simple-assign.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// Type definitions for simple-assign 0.1.0
|
||||
// Project: https://github.com/sindresorhus/object-assign
|
||||
// Definitions by: Ivo Stratev <https://github.com/NoHomey>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module "simple-assign" {
|
||||
export defualt function(target: any, ...sources: any[]): any;
|
||||
}
|
||||
Reference in New Issue
Block a user