Package Exports
- jsb3
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jsb3) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
jsb3 
Process a jsb3 file into an array of files
Install
$ npm install --save-dev jsb3
Usage
var jsb3 = require('jsb3');
jsb3('testfiles/file1.jsb3').then(function (files){
// Do something to files array
}).fail(function (message){
});