UNPKG

zarm-web

Version:
11 lines (9 loc) 216 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isAddon = isAddon; function isAddon(addon) { // eslint-disable-next-line return !!addon && addon.hasOwnProperty('addon'); }