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.
1 parent 880bd2c commit 823f817Copy full SHA for 823f817
src/index.js
@@ -6,9 +6,6 @@ export default class Time extends Number {
6
valueOf() {
7
return this.value;
8
}
9
- toString() {
10
- return `${this.value}`;
11
- }
12
13
// Static methods
14
static milliseconds(ms) { return new Time(ms); }
0 commit comments