UNPKG
epoch-seconds
Version:
latest (4.0.1)
4.0.1
4.0.0
3.0.2
3.0.1
3.0.0
2.1.24
2.1.23
2.1.22
2.1.21
2.1.20
2.1.19
2.0.4
2.0.2
2.0.1
2.0.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.12
1.0.11
1.0.10
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
Returns the seconds passed since Unix epoch.
github.com/jaid/epoch-seconds
jaid/epoch-seconds
epoch-seconds
/
index.d.ts
8 lines
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/**
@module
epoch-seconds */
declare
module
"epoch-seconds"
{
/** *
@returns
{number} Seconds passed since Unix epoch (01 January 1970) */
export
default
function
(
):
number
; }