Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
313 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 |
|
---|
| 2 | # builtins
|
---|
| 3 |
|
---|
| 4 | List of node.js [builtin modules](http://nodejs.org/api/).
|
---|
| 5 |
|
---|
| 6 | [![build status](https://secure.travis-ci.org/juliangruber/builtins.svg)](http://travis-ci.org/juliangruber/builtins)
|
---|
| 7 |
|
---|
| 8 | ## Example
|
---|
| 9 |
|
---|
| 10 | ```js
|
---|
| 11 | var builtins = require('builtins');
|
---|
| 12 |
|
---|
| 13 | assert(builtins.indexOf('http') > -1);
|
---|
| 14 | ```
|
---|
| 15 |
|
---|
| 16 | ## License
|
---|
| 17 |
|
---|
| 18 | MIT
|
---|
Note:
See
TracBrowser
for help on using the repository browser.