glenbikes-typescript-seattle
Version:
Seattle region plug-in for howsmydriving packagemodule.
8 lines (7 loc) • 366 B
TypeScript
/**
* When displaying a license we should not use XX:nnnnn especially since when
* putting a # in front, it means all our tweets will show up in "yay state XX" hashtag queries.
* Also it protects from someone copying/pasting or retweeting or something and having the bot
* detect it as another request.
**/
declare function formatPlate(license: string): string;