Front end of the Slack clone application.
jpsp91 07dd8af64f root page set 6 лет назад
..
LICENSE root page set 6 лет назад
README.md root page set 6 лет назад
index.js root page set 6 лет назад
package.json root page set 6 лет назад

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)