node-scanner
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

node-scanner

A simple node.js Scanner based on Java Scanner class

How to use

First install it:

npm install input-scanner

then you can use it like this example:

const Scanner = require('input-scanner');
const scanner = new Scanner();
console.log(scanner.next());
console.log(scanner.nextNumber());

Package Sidebar

Install

npm i node-scanner

Weekly Downloads

49

Version

1.2.1

License

MIT

Unpacked Size

3.36 kB

Total Files

8

Last publish

Collaborators

  • nycolop