mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 02:59:07 +08:00
8 lines
156 B
JavaScript
Vendored
8 lines
156 B
JavaScript
Vendored
/* eslint-disable no-unused-vars */
|
|
function invoke(params) {
|
|
// logic here
|
|
return params;
|
|
}
|
|
function details() {
|
|
return "Details about this tool";
|
|
}
|