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

2.0.5 • Public • Published

zip-parser

Parses Zipcode Ranges, Wildcards, etc...

entries: [        
    {
        type: "range",
        from:"1000",
        to:"3000"
        
    },
    {
        type: "code",
        codes: ['55001', '55002']
    }, 
    {
        type: "wildcard",
        codes: ['55*', '66??']
    },
    {
        type: "regexp",
        codes: ['/^55.*/', '/^56.*/'] 
    }               
]

Readme

Keywords

none

Package Sidebar

Install

npm i zip-parser

Weekly Downloads

2

Version

2.0.5

License

MIT

Unpacked Size

32.5 kB

Total Files

28

Last publish

Collaborators

  • surikat