2025-04-15 16:39:47 +02:00

8 lines
117 B
JavaScript

'use strict';
const index = require('./index.cjs');
const quansync = index.quansync;
exports.quansync = quansync;