Source: tags/borrows.js

/**
 * @namespace
 * @borrows trstr as trim
 */
var util = {
    trim: trstr
};

/**
 * Remove whitespace from around a string.
 * @param {string} str
 */
function trstr(str) {
}
THIS IS A DEMO: All content was generated with examples taken from the JSDoc page.