UNPKG
big-rat
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.0
A big integer rational number
github.com/rat-nest/big-rat
rat-nest/big-rat
big-rat
/
test
/
is-rat.js
10 lines
(7 loc)
•
147 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
var
rat =
require
(
'../index'
)
var
isRat =
require
(
'../is-rat'
)
var
tape =
require
(
'tape'
)
tape
(
'is-rat'
,
function
(
t
) { t.
end
() })