mirror of
https://github.com/helix-editor/helix
synced 2026-08-01 01:16:39 +02:00
9 lines
127 B
JavaScript
9 lines
127 B
JavaScript
class Box {
|
|
// ^ @constructor
|
|
method(count) {
|
|
//^ @function.method
|
|
return helper(count);
|
|
// ^ @function
|
|
}
|
|
}
|