UNPKG

md-curcuma

Version:

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

10 lines (9 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InsertDate_Mapping = void 0; class InsertDate_Mapping { perform(mapping_properties) { return new Date().toJSON().slice(0, 16); } } exports.InsertDate_Mapping = InsertDate_Mapping;