mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 07:43:46 +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";
|
|
}
|