Skip to content

tranvansang/rfc3986

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RFC3986 Build Status

NPM

Codecov block

RFC3986 implementation in Javascript

Install

Via npm package manager

npm install --save r3986
#or with yarn
yarn add r3986

Usage

There is only one function from default import

import r3986 from 'r3986'

r3986 takes one string argument, return a RFC3986-encoded string following the definition at RFC3986.

About

RFC3986 implementation in Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published