UNPKG

md-curcuma

Version:

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

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