UNPKG

@sphereon/ssi-sdk.anomaly-detection

Version:

8 lines (7 loc) 212 B
/** * @public */ const schema = require('../plugin.schema.json') export { schema } export { AnomalyDetection, anomalyDetectionMethods } from './agent/AnomalyDetection' export * from './types/IAnomalyDetection'