Function addProperty

  • 現在ファイルにプロパティを追加します

    addProperty("id", 100)
    addProperty("favorites", ["apple", "orange"])

    Parameters

    • key: string
    • value: any

    Returns void

Generated using TypeDoc