UNPKG

roam-export

Version:

A set of tools to Filter/transform/render RoamResearch JSON export. Used in Roam Garden

6 lines 203 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.truthy = void 0; const truthy = (value) => Boolean(value); exports.truthy = truthy; //# sourceMappingURL=common.js.map