mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-09-10 04:19:08 +00:00
Init
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
'use strict';
|
||||
|
||||
var isMap = require('./is-map');
|
||||
|
||||
module.exports = function (x) {
|
||||
if (!isMap(x)) throw new TypeError(x + " is not a Map");
|
||||
return x;
|
||||
};
|
||||
Reference in New Issue
Block a user