Add descriptions to transformation/file/options/index

This commit is contained in:
James Kyle 2015-07-11 12:04:45 -07:00
parent 7e64bcd85a
commit 27cce1446c

View File

@ -4,7 +4,7 @@ import config from "./config";
export { config };
/**
* [Please add a description.]
* Validate an option.
*/
export function validateOption(key, val, pipeline) {
@ -18,7 +18,7 @@ export function validateOption(key, val, pipeline) {
}
/**
* [Please add a description.]
* Normalize all options.
*/
export function normaliseOptions(options = {}) {