Really-amin's picture
Fix Futures analysis freshness clock skew and verify KuCoin fallback
3401f26 verified
Raw
History Blame Contribute Delete
179 Bytes
'use strict';
const create = require('./create.cjs');
const parser = require('../syntax/config/parser.cjs');
const index = create.createParser(parser);
module.exports = index;