UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

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