blob: 3e6574ceee7a96b71c8f0a715595bbf88baea882 [file] [log] [blame]
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
import { helper as buildHelper } from '@ember/component/helper';
const TOOLS_ACTIONS = ['wrap', 'lookup', 'unwrap', 'rewrap', 'random', 'hash'];
export function toolsActions() {
return TOOLS_ACTIONS;
}
export default buildHelper(toolsActions);