UNPKG

pluscodes

Version:

Library to encode and decode plus codes

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