UNPKG

md-curcuma

Version:

A Typescript library for transporting and converting markdown and other data.

10 lines (9 loc) 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BooleanInverse_Mapping = void 0; class BooleanInverse_Mapping { perform(mapping_properties) { return !mapping_properties.source_value; } } exports.BooleanInverse_Mapping = BooleanInverse_Mapping;