UNPKG

tcomb

Version:

Type checking and DDD for JavaScript

5 lines (4 loc) 135 B
var isType = require('./isType'); module.exports = function isInterface(x) { return isType(x) && ( x.meta.kind === 'interface' ); };