UNPKG

77 BTypeScriptView Raw
1declare function assign<T, U>(target: T, source: U): T & U;
2export = assign;