issues
search
qntm
/
t-a-i
Converts Unix milliseconds to and from International Atomic Time (TAI) milliseconds
MIT License
43
stars
2
forks
source link
Secret exact APIs
#36
Closed
qntm
closed
2 years ago
qntm
commented
2 years ago
Secret APIs are available using
require('t-a-i/exact')
. These are experimental and not yet documented.
Converter
has been renamed to
MillisConverter
and is now a class.
A new
Range
class has been added, to make testing less verbose.
A new class
Converter
has been added, which
MillisConverter
uses internally.
Segment
's constructor arguments have been altered for simplicity.
Quite a few tests have been completely overhauled.
require('t-a-i/exact')
. These are experimental and not yet documented.Converter
has been renamed toMillisConverter
and is now a class.Range
class has been added, to make testing less verbose.Converter
has been added, whichMillisConverter
uses internally.Segment
's constructor arguments have been altered for simplicity.