Skip to content

jslicense/spdx-id-to-url.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

const spdxIDToURL = require('spdx-id-to-url')
const assert = require('assert')

assert(spdxIDToURL('MIT') === 'https://spdx.org/licenses/MIT')
assert(spdxIDToURL('Apache-2.0') === 'https://apache.org/licenses/LICENSE-2.0')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published