UNPKG
shapely
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0-dev.2
0.1.0-dev.1
Runtime type checker with tagged unions
shapely
/
defs
/
ramda.js
5 lines
(4 loc)
•
88 B
JavaScript
View Raw
1
2
3
4
5
// @flow
declare
module
"ramda/src/type"
{
declare
function
exports
(
a
:
any
):
string
; }