Hi, using this library, I run into the following error:
Tock is not a constructor
I'm using it in conjunction with nodejs and Typescript:
import { Tock } from 'tocktimer';
export class MyClass {
time = new Tock();
...
}
why does the error occur? Any idea?