ApiPage.html.primary.js 195 B

123456
  1. // Licensed to the .NET Foundation under one or more agreements.
  2. // The .NET Foundation licenses this file to you under the MIT license.
  3. exports.transform = function (model) {
  4. return model;
  5. }