JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 83
  • Score
    100M100P100Q79839F
  • License MIT

Process a jsb3 file into an array of files

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

NPM Version Build Status Dependency Status

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){
    
});	

License

MIT © Unit4