sdj-esm
Version:
Self Described JSON - ESM
7 lines (6 loc) • 420 B
TypeScript
import { type CoreSD, type DataJI } from "./interfaces.js";
import { type ESDJ_LIMIT } from "./statics.js";
export declare const restrictDataJIKeys: (dataJI: DataJI) => boolean;
export declare const restrictToAllowedKeys: (verifyId: string, goodKeys: string[], jsObj: {}) => void;
export declare const restrictCoreSD: (dataJI: CoreSD) => boolean;
export declare const restrictLimiter: (inLimStr: ESDJ_LIMIT) => boolean;