UNPKG

@platformos/pos-cli

Version:

Manage your platformOS application

7 lines (5 loc) 144 B
'use strict'; module.exports = value => { const type = typeof value; return value !== null && (type === 'object' || type === 'function'); };