Node TAP
    Preparing search index...

    Interface TemplateSetting

    Tags and escape function for a given file extension

    interface TemplateSetting {
        escape?: (raw: string) => string;
        tags?: [string, string];
    }
    Index

    Properties

    Properties

    escape?: (raw: string) => string
    tags?: [string, string]