UNPKG

@keybittech/awayto

Version:

Deploy a fully-featured application in about 10 minutes that is primed for quick development. Do business, impress a client with a quick demo, finish your poc with time to spare; all easily achievable with Awayto.

8 lines (7 loc) 184 B
/** @class */ export default class DateHelper { /** * @returns {string} The current time in "ddd MMM D HH:mm:ss UTC YYYY" format. */ getNowString(): string; }