new functions()
Модуль работы с функциями.
- Source:
Methods
-
(static) apply(constructor, args) → {Object}
-
Создать экземпляр класса с помощью apply.
Parameters:
Name Type Description constructor
function Класс args
array Массив аргументов - Source:
Returns:
Экземпляр класса- Type
- Object