KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
typo
★ 12
Open GitHub ↗
妈妈从此再也不怕我输错属性(方法)名了!
Download README (.md)
Explore Similar Repositories
Crc32
:
No description available.
LaCrud
:
CRUD helper for Laravel
reapp-pack
:
Webpack config generator for React apps
LiteDB-WebShell
:
Web Shell console application for LiteDB
BIMServerOsmSerializer
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
typo
?
Download (.md)
Typo ============= 妈妈再也不用担心我写错属性(方法)名啦!  [](https://codeclimate.com/github/luin/typo) [](https://codeclimate.com/github/luin/typo) [](https://david-dm.org/luin/typo) Install ------- ```shell npm install node-typo ``` To use this module you must be running node 0.11.13 or higher for proxy support Usage ----- ```javascript var typo = require('node-typo'); var fs = typo.wrap(require('fs')); console.log(fs.exist === fs.exists); // true console.log(fs.exsit === fs.exists); // true console.log(fs.exsiiiiit === fs.exists); // false ``` WARN ---- DON'T USE THIS MODULE IN PRODUCTION