• File: index.js
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/npm/node_modules/spdx-expression-parse/index.js
  • Date Modified: 10/26/1985 11:45 AM
  • File size: 143 bytes
  • MIME-type: text/plain
  • Charset: utf-8
'use strict'

var scan = require('./scan')
var parse = require('./parse')

module.exports = function (source) {
  return parse(scan(source))
}