urichk
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

urichk

schema for checking uri

syntax specification

example

// this is
/* urichk example */
https://example.com/foo/[bar]/baz {
    ? match /^param1=.+?&param2=.+$/
    ? form {
        param1 = /^.+$/
        param2 [] = /^.+$/
    }
    # match
        | id1
        | id2
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.9
    2
    • latest

Version History

Package Sidebar

Install

npm i urichk

Weekly Downloads

2

Version

0.0.9

License

(MIT OR Apache-2.0)

Unpacked Size

216 kB

Total Files

63

Last publish

Collaborators

  • disjukr
  • hyp3rflow