UNPKG

howsmydriving-twitter

Version:

Twitter abstraction for @HowsMyDrivingWA.

9 lines (8 loc) 237 B
export declare const uuidv1: import("uuid/interfaces").v1; /** * Wrap this just so we can stub it in tests. * * Returns: * String GUID of form uuid/v1 (see uuid npm package) **/ export declare function GetHowsMyDrivingId(): string;