Interface IMask

interface IMask {
    process(text, options?): string;
}

Implemented by

Methods

Methods