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
}

/urichk/

    Package Sidebar

    Install

    npm i urichk

    Weekly Downloads

    3

    Version

    0.0.9

    License

    (MIT OR Apache-2.0)

    Unpacked Size

    216 kB

    Total Files

    63

    Last publish

    Collaborators

    • disjukr
    • hyp3rflow