UNPKG

cluedin-widget

Version:

This is the project for creating and managing widgets in CluedIn.

7 lines (6 loc) 153 B
var type = require( "../type" ); module.exports = function( _type ) { return function( _value ) { return type( _value ) === _type; }; };