File: amd-externs.js

package info (click to toggle)
prettify.js 2015.12.04%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 796 kB
  • sloc: perl: 113; makefile: 107; sh: 54
file content (8 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
/**
 * @param {string} id
 * @param {Array.<string>} dependencies
 * @param {Function} factory
 */
function define(id, dependencies, factory) {}
/** @type {*} */
define.amd;