mirror of
https://github.com/jsdoc/jsdoc.git
synced 2026-02-01 16:45:41 +00:00
5 lines
70 B
JavaScript
5 lines
70 B
JavaScript
/**
|
|
* ES 2015 class assigned to a const
|
|
*/
|
|
const Foo = class bar {}
|