181 packages
@lasagnaos/address-parser
A utility to parse and extract components from a street address
@zerodep/address
A collection of address utilities and parsers
@zerodep/address-country
A parser to find where a country name or abbreviation is in a string
@zerodep/address-data
Get address-related information about a state/province by its name or abbreviation.
@zerodep/address-directional
A parser to find where a directional name or abbreviation is in a string
@zerodep/address-normalize
A utility that normalizes an address string for ease of parsing
@zerodep/address_parse
An address parser for American and Canadian addresses that breaks down the provided address into its component parts
@zerodep/address-parse
An address parser for American and Canadian addresses that breaks down the provided address into its component parts
@zerodep/address-secondary
A parser to find where a secondary name or abbreviation is in a string
@zerodep/address-state
A parser to find where a state name or abbreviation is in a string
@zerodep/address-street
A parser to find where a street name or abbreviation is in a string
@zerodep/address-zip
A parser to find where zip/postal codes (and US 5-digit extensions) are in a string
@zerodep/app
A modern library/monorepo of high-quality, zero-dependency, fully typed, fully tested, tree-shakeable utilities, parsers, data structure factories, converters and other capabilities
@zerodep/can
A set of functions that test for specific language construct capabilities or features
@zerodep/can.iterate
A utility to determine if a value implements the iterable protocol
@zerodep/case
A set of utilities to convert the case of strings
@zerodep/case-camel
A utility that deburrs a string, converts it to snake_case, strips all non-alphanumeric characters and removes leading numbers.
@zerodep/case.camel
A utility to convert a string to camelCase
@zerodep/case-dot
A utility that deburrs a string, converts it to dot.case, strips all non-alphanumeric characters and removes leading numbers.
@zerodep/case-kebab
A utility that deburrs a string, converts it to kebab-case, strips all non-alphanumeric characters and removes leading numbers.
@zerodep/case.kebab
A utility to convert a string to kebab-case
@zerodep/case-pascal
A utility that deburrs a string, converts it to PascalCase, strips all non-alphanumeric characters and removes leading numbers.
@zerodep/case.pascal
A utility to convert a string to PascalCase
@zerodep/case-sentence
A utility that deburrs a string, converts it to sentence case, strips all non-alphanumeric characters and removes leading numbers.
@zerodep/case.sentence
A utility to convert a string to sentence case