mirror of
https://github.com/thangisme/notes.git
synced 2024-10-31 23:27:32 -04:00
225 B
225 B
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)