Function getPropertiesFrom

  • パスで指定したファイルのプロパティを取得します

    getPropertiesFrom("Notes/sample-code.md").description
    // 説明文

    Parameters

    • path: string

    Returns {
        [key: string]: any | any[];
    } | null

Generated using TypeDoc