UNPKG

hyperformula

Version:

HyperFormula is a JavaScript engine for efficient processing of spreadsheet-like data and formulas

13 lines (12 loc) 255 B
"use strict"; exports.__esModule = true; exports.Vertex = void 0; /** * @license * Copyright (c) 2025 Handsoncode. All rights reserved. */ /** * Base class for all types of vertices in the dependency graph */ class Vertex {} exports.Vertex = Vertex;