An open API service indexing awesome lists of open source software.

https://github.com/tenphi/sourin

NativeObject2SourceCode converter for objects that contains functions.
https://github.com/tenphi/sourin

Last synced: about 1 month ago
JSON representation

NativeObject2SourceCode converter for objects that contains functions.

Awesome Lists containing this project

README

          

Sourin: NativeObject > SourceCode
======

Support for objects that contains functions.

### Installation

```bash
$ npm install sourin
```

### Usage

```javascript
var sourin = require('sourin');
var obj = { ... };

var serialized = sourin(obj);
```