UNPKG

tracey-cli

Version:
12 lines (11 loc) 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultStrategy = void 0; /** * Do nothing * This should never happen */ exports.defaultStrategy = { shouldExecute: function () { return true; }, execute: function () { return; }, };