JSPM

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

A small, pointless function which returns a string shuffled randomly.'

Package Exports

  • wordscramble

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 (wordscramble) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

wordsramble

wordscramble is a completely pointless Node package: It returns a string randomly scrambled.

Build Status

Installation

npm install wordscramble

Usage

var wordscramble = require('wordscramble');
console.log(wordscramble('sandworm')); // dwrosman

Testing

wordscramble boasts 100% test coverage. To verify:

npm test

Contributing

Go wild! All pull requests are welcome.

License

The code is available under the MIT license.