mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-18 14:17:30 +00:00
8 lines
88 B
JavaScript
8 lines
88 B
JavaScript
function fooBaz() {
|
|
return 2;
|
|
}
|
|
/**
|
|
* this is a type
|
|
* @return {number} nothing
|
|
*/
|