Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/taufik-nurrohman/from
- Owner: taufik-nurrohman
- License: mit
- Created: 2020-11-16T23:22:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T12:51:39.000Z (over 1 year ago)
- Last Synced: 2024-09-25T16:28:42.694Z (about 1 month ago)
- Topics: converter, helper, node, utility
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)