UNPKG

vrack-db

Version:

This is an In Memory database designed for storing time series (graphs).

12 lines (11 loc) 343 B
"use strict"; /* * Copyright © 2023 Boris Bobylev. All rights reserved. * Licensed under the Apache License, Version 2.0 */ Object.defineProperty(exports, "__esModule", { value: true }); class AlertCondition { export() { return this.condition; } import(condition) { this.condition = condition; } } exports.default = AlertCondition;