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
/
lodash.js
5 lines
(4 loc)
•
100 B
JavaScript
View Raw
1
2
3
4
5
// @flow
declare
module
"lodash/lang/isPlainObject"
{
declare
function
exports
(
a
:
any
):
boolean
; }