9 lines
312 B
Plaintext
9 lines
312 B
Plaintext
// When rendering applink meta tags add a namespace tag before each array instance
|
|
// if more than one member exists.
|
|
// ref: https://developers.facebook.com/docs/applinks/metadata-reference
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
|
|
//# sourceMappingURL=extra-types.js.map |