Function extractMetadataFromString

  • Parameters

    • title: string

    Returns {
        cleanTitle: string;
        labels: Label[];
    }

    • cleanTitle: string
    • labels: Label[]

Generated using TypeDoc