Interface IMappingFunctionConstructor

interface IMappingFunctionConstructor {
    new IMappingFunctionConstructor(dump: ITypedDump): IMappingFunction;
}

Constructors

Constructors