UNPKG

@storybook/addon-docs

Version:

Document component usage and properties in Markdown

4 lines 136 B
const BLACKLIST = ['null', 'undefined']; export function isDefaultValueBlacklisted(value) { return BLACKLIST.some(x => x === value); }