Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/taufik-nurrohman/from

Convert from X to Y.
https://github.com/taufik-nurrohman/from

converter helper node utility

Last synced: 17 days ago
JSON representation

Convert from X to Y.

Awesome Lists containing this project

README

        

Converter Utility
=================

Convert from X to Y.

### CommonJS

~~~ js
const {fromHTML} = require('@taufik-nurrohman/from');

console.log(fromHTML(''));
~~~

### ECMAScript

~~~ js
import {fromHTML} from '@taufik-nurrohman/from';

console.log(fromHTML(''));
~~~

Methods
-------

### fromArray(array)

### fromHTML(string, escapeQuote = false)

### fromJSON(string)

### fromQuery(string, parseValue = true, defaultValue = true)

### fromStates(...object)

### fromURL(string)

### fromValue(any)