UNPKG

maxun-core

Version:

Core package for Maxun, responsible for data extraction

6 lines (5 loc) 299 B
import Interpreter from './interpret'; export default Interpreter; export { default as Preprocessor } from './preprocessor'; export type { WorkflowFile, WhereWhatPair, Where, What, } from './types/workflow'; export { unaryOperators, naryOperators, meta as metaOperators } from './types/logic';