mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
4
build/lib/typings/object-assign.d.ts
vendored
Normal file
4
build/lib/typings/object-assign.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare module 'object-assign' {
|
||||
function fn(target: any, ...sources: any[]): any;
|
||||
export = fn;
|
||||
}
|
||||
Reference in New Issue
Block a user