samhh / fp-ts-std

The missing pseudo-standard library for fp-ts.
https://samhh.github.io/fp-ts-std/
MIT License
207 stars 27 forks source link

Parse URL path with base #127

Closed samhh closed 2 years ago

samhh commented 2 years ago

See base on URL constructor: https://developer.mozilla.org/en-US/docs/Web/API/URL/URL

samhh commented 2 years ago

Simple cases handled by string concatenating. More advanced should be handled by some sort of applicative URL building library/module.