UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

5 lines (4 loc) 262 B
import { RootState } from '../../root'; import { LocationModel } from '@lml/cosmo-ts-data'; export declare const getLocationByObjectId: (state: RootState, refId: string) => LocationModel; export declare const getLastLocationUpdate: (state: RootState) => number;