All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.spdx-expression-parse.index.js Maven / Gradle / Ivy

The newest version!
var parser = require('./parser').parser

module.exports = function (argument) {
  return parser.parse(argument)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy