9 lines
532 B
TypeScript
9 lines
532 B
TypeScript
import { Log } from 'jibo-log';
|
|
export { default as Timezone, TimezoneJSON } from './location/Timezone';
|
|
export { default as DateTime, LocalTime, ToStringOptions as DateTimeToStringOptions } from './time/DateTime';
|
|
export { default as DateTimeUtils } from './time/DateTimeUtils';
|
|
export { default as Location, LocationJSON, setHome } from './location/Location';
|
|
export { default as LatLong } from './location/LatLong';
|
|
export { LocationUtils } from './location/LocationUtils';
|
|
export declare function initLog(parentLog: Log): void;
|