5 lines
87 B
JavaScript
Raw Permalink Normal View History

2023-12-03 16:59:28 +04:00
'use strict';
exports.quote = require('./quote');
exports.parse = require('./parse');