generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
Object.defineProperty(exports, "isInAmpMode", {
|
||||
enumerable: true,
|
||||
get: function() {
|
||||
return isInAmpMode;
|
||||
}
|
||||
});
|
||||
function isInAmpMode(param) {
|
||||
let { ampFirst = false, hybrid = false, hasQuery = false } = param === void 0 ? {} : param;
|
||||
return ampFirst || hybrid && hasQuery;
|
||||
}
|
||||
|
||||
//# sourceMappingURL=amp-mode.js.map
|
||||
Reference in New Issue
Block a user