Skip to content

Instantly share code, notes, and snippets.

@Mirzero
Mirzero / Clock.ts
Last active October 21, 2018 17:56
Simple clock experiment in Vue that isn't quite working...
export class Clock {
TickTimeout: number = 50;
TickCallback!: Function;
IsPaused: boolean = false;
LastTickTime!: number;
Start(tickCallback?:Function) {
if (tickCallback !== undefined) {

Keybase proof

I hereby claim:

  • I am mirzero on github.
  • I am mirzero (https://keybase.io/mirzero) on keybase.
  • I have a public key whose fingerprint is BEB1 B406 2719 CC71 55CE 6262 8301 F4E8 1EEC 3416

To claim this, I am signing this object: