/**
* @author Sloan Seaman
* @copyright 2016 and on
* @version .1
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*/
/**
* Interface for classes that can format string
*
* @interface Formatter
*/
/**
* Takes the passed in string and formats it based upon the implementation of the Formatter class
*
* @function
* @name Formatter#format
* @param {String} value The value to use in the formatting
* @return {String} The same string that was passed in
*/