@villedemontreal/workit-types
Version:
TypeScript types for Workit
15 lines • 589 B
JavaScript
/*
* Copyright (c) 2025 Ville de Montreal. All rights reserved.
* Licensed under the MIT license.
* See LICENSE file in the project root for full license information.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.HookState = void 0;
var HookState;
(function (HookState) {
HookState[HookState["UNINITIALIZED"] = 0] = "UNINITIALIZED";
HookState[HookState["LOADED"] = 1] = "LOADED";
HookState[HookState["UNLOADED"] = 2] = "UNLOADED";
})(HookState = exports.HookState || (exports.HookState = {}));
//# sourceMappingURL=hookState.js.map
;