UNPKG

meta-log-db

Version:

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

8 lines 226 B
/** * Projective/Affine Geometry Extension * * Exports types and converter for projective/affine coordinate transformations */ export * from './types.js'; export * from './converter.js'; //# sourceMappingURL=index.d.ts.map