UNPKG

md-curcuma

Version:

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

5 lines (4 loc) 215 B
import { Mapper_Properties, Mapper_Task_Interface } from "../../core/mapper"; export declare class InsertDate_Mapping implements Mapper_Task_Interface { perform(mapping_properties: Mapper_Properties): string; }