mirror of
https://github.com/thangisme/notes.git
synced 2024-10-31 20:17:30 -04:00
.. | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md |
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)