Installation
Add @sigx/lynx-maps to your project.
Install the package
pnpm add @sigx/lynx-maps
Native setup
Rebuild your development client after installing:
sigx prebuild
Verify
import * as Maps from '@sigx/lynx-maps';
console.log(Object.keys(Maps));
