Naotoshi Fujita 2 лет назад
Родитель
Сommit
987e83943b
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/js/utils/object/assign/assign.ts

+ 0 - 1
src/js/utils/object/assign/assign.ts

@@ -35,7 +35,6 @@ export function assign<T extends object, U extends object[]>(
 
 /**
  * Assigns all own enumerable properties of all source objects to the provided object.
- * `undefined` in source objects will be skipped.
  *
  * @param object - An object to assign properties to.
  *