@raisenow/tamaro-core
    Preparing search index...

    Type Alias ParserArgs

    type ParserArgs = {
        cache?: ParserCache;
        debug?: boolean;
        methods?: ParserMethods;
    }
    Index

    Properties

    cache?: ParserCache
    debug?: boolean
    methods?: ParserMethods