UNPKG

meta-log-db

Version:

Native database package for Meta-Log (ProLog, DataLog, R5RS)

8 lines 215 B
/** * Chain Complex and Homology Extension * * Exports types and validator for chain complex homology validation */ export * from './types.js'; export * from './validator.js'; //# sourceMappingURL=index.d.ts.map