UNPKG
@iota-pico/core
Version:
latest (1.0.0)
1.0.0
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
IOTA Pico Framework Core
github.com/iota-pico/core
iota-pico/core
@iota-pico/core
/
dist
/
interfaces
/
ITimeService.d.ts
12 lines
(11 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * Represents a class which can provide the time. *
@interface
*/
export
interface
ITimeService
{
/** * Returns the number of milliseconds since 1970/01/01. *
@returns
Number of milliseconds. */
msSinceEpoch
(): number; }