export function evaluate(x, y) { return x - y; } export function getPluginName(x, y) { return "subtract"; }