mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
8 lines
120 B
JavaScript
8 lines
120 B
JavaScript
var dep = require('./lint.input.dependency');
|
|
|
|
/**
|
|
* @param {string} a
|
|
* @param {boolean} b
|
|
*/
|
|
function add(a, b) {}
|