Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 930 Bytes

File metadata and controls

23 lines (15 loc) · 930 Bytes


grunt-check-outdated/options

lib/options/index.js: grunt-check-outdated/options


grunt-check-outdated/options.toArgs(grunt, task) ⇒ Promise.<Object> | Array.<strings> | Array.<any>

Converts task-specific options for the check_outdated task into a plain options object used for executing Rollup.

This is a re-export of function toArgs published by module options/chkoutdated

Returns: Promise.<Object> - objArray.<strings> - obj.args an array of argumentsArray.<any> - obj.opts an array of options

Param Type
grunt grunt
task grunt.task