Package Exports
- may-the-force-be-with-you
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 (may-the-force-be-with-you) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
may-the-force-be-with-you
Install this package, and the Force will be with you. Always.
Installation
$ npm install may-the-force-be-with-youUsage
var may = require('may-the-force-be-with-you');
may("the Force").beWith("you"); // May the Force be with you!
may("the Force").beWith("us"); // May the Force be with us!
may("something else").beWith("you"); // Use the Force, Luke!Test
npm test