blob: 2d41eb528c53ecf247803491c6ae26464c48153f [file] [log] [blame]
/**
* @fileoverview Defines externally defined symbols that the JS Closure compiler
* must be aware of: 1. Don't complain about "is undeclared". 2. Don't rename.
*
* @externs
*/
/**
* resemblejs uses the nodejs require fuction without declaring it
*
* @param {string} id
* @return {*}
*/
function require(id) {}