source: trip-planner-front/node_modules/builtins/Readme.md@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 313 bytes
Line 
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
11var builtins = require('builtins');
12
13assert(builtins.indexOf('http') > -1);
14```
15
16## License
17
18 MIT
Note: See TracBrowser for help on using the repository browser.