sdj-esm
Version:
Self Described JSON - ESM
12 lines (11 loc) • 522 B
JavaScript
/*
Copyright (c) 2023-2024 Will Rudolph <@willrudolph.com>
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
import { ESDJ_LIMIT } from "./statics.js";
export const SdjLimiterGroup = [ESDJ_LIMIT.NONE, ESDJ_LIMIT.REQ,
ESDJ_LIMIT.REQ_HIDE, ESDJ_LIMIT.REQ_ONE, ESDJ_LIMIT.ONE_NONE,
ESDJ_LIMIT.KEY_IDX, ESDJ_LIMIT.SYS_REQ];
//# sourceMappingURL=interfaces.js.map