File: callbacks.jsdoc

package info (click to toggle)
node-ejs 2.5.7-3%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 796 kB
  • sloc: javascript: 1,608; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
/**
 * Callback for receiving data from {@link module:ejs.renderFile}.
 *
 * @callback RenderFileCallback
 * @param {?Error}  err error, if any resulted from the rendering process
 * @param {?String} str output string, is `null` if there is an error
 * @static
 * @global
 */