0.0.9 • Published 4 years ago

nowcoder-inout-binding v0.0.9

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

nowcoder-inout-binding

Provide print and readline function on Node.js

For the people who use Javascript programming language on the NowCoder website that provides the readline and print function.

为在牛客网上使用 Javascript 语言的小伙伴提供 Node.js 平台上的 readlineprint 方法。

Install

npm install nowcoder-inout-binding --save-dev

Usage

CommonJS

require('nowcoder-inout-binding')

ES6

import 'nowcoder-inout-binding'

readline and print function will be automatically bind on the global object, so that you can call them directly.

readlineprint 方法将自动绑定在 global 对象上,因此直接调用即可。

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago