Runtime support
- Bun 1.3+
- Node.js 20.17+
- Browsers for pure parsing helpers
- Worker and edge runtimes that provide
fetch
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install the package and set up the local development workflow.
fetch# Bun
bun add google-maps-link-parser
# npm
npm install google-maps-link-parser
# pnpm
pnpm add google-maps-link-parser
bun install
bun install --save-text-lockfile --lockfile-only
bun run build
bun run check
bun run test
bun run docs:dev
bun run check before opening a PR. It runs format checks, linting, type checking,
and tests in a deterministic order.