Pibd-21_Alekseev_I.S._Inter.../IP/node_modules/spdx-expression-parse/index.js
VanyaAlekseev ccc3e790bb lab2
2023-12-03 16:59:28 +04:00

9 lines
143 B
JavaScript

'use strict'
var scan = require('./scan')
var parse = require('./parse')
module.exports = function (source) {
return parse(scan(source))
}