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

node_modules.spdx-correct.README.md Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
```javascript
var correct = require('spdx-correct');
var assert = require('assert');

assert.equal(correct('mit'), 'MIT')

assert.equal(correct('Apache 2'), 'Apache-2.0')

assert(correct('No idea what license') === null)
```




© 2015 - 2024 Weber Informatics LLC | Privacy Policy