UNPKG

pluscodes

Version:

Library to encode and decode plus codes

4 lines (3 loc) 140 B
import { Coordinates } from './utils'; declare const expand: (shortCode: string, ref: Coordinates) => string | null; export default expand;