8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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?