[Doc] Update template with docfx v2.37.2
[platform/core/csapi/tizenfx.git] / docs / template / tizen / RestApi.extension.js
1 // Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.
2
3 /**
4  * This method will be called at the start of exports.transform in RestApi.html.primary.js
5  */
6 exports.preTransform = function (model) {
7   return model;
8 }
9
10 /**
11  * This method will be called at the end of exports.transform in RestApi.html.primary.js
12  */
13 exports.postTransform = function (model) {
14   return model;
15 }