UNPKG

@storybook/addon-docs

Version:

Document component usage and properties in Markdown

6 lines 160 B
var BLACKLIST = ['null', 'undefined']; export function isDefaultValueBlacklisted(value) { return BLACKLIST.some(function (x) { return x === value; }); }