UNPKG

create-broadcast-app

Version:

Create a NextGen TV broadcast app with one command

4 lines (3 loc) 147 B
const compareBuild = require('./compare-build') const sort = (list, loose) => list.sort((a, b) => compareBuild(a, b, loose)) module.exports = sort