export options
Optional
collectErrors: Error[]optional parameter to collect errors instead of having the function throw. Pass an empty array to collect errors and report on them but have the function perform all it can and return the export data even if it encounters errors.
a promise resolving to a full export object
Import full configuration
import data
import options
Optional
collectErrors: Error[]optional parameter to collect errors instead of having the function throw. Pass an empty array to collect errors and report on them but have the function perform all it can and return the export data even if it encounters errors.
Export full configuration