UNPKG

@lunaticmuch/front-matter-manipulator

Version:

A utility for parsing and manipulating documents with Front Matter

3 lines 104 B
export default function(value) { return value === undefined || value === null || value === 'null'; }