UNPKG

admin-bro

Version:
10 lines (7 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.buildActionTestId = void 0; const buildActionTestId = action => `action-${action.name}`; exports.buildActionTestId = buildActionTestId;