UNPKG

yoastseo

Version:

Yoast client-side content analysis

19 lines (18 loc) 555 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; /** * Returns an array with double quotes. * * Japanese-specific quotes: * U300c - left corner bracket. * U300d - right corner bracket. * U300e - left white corner bracket. * U300f - right white corner bracket. * * @returns {string[]} The array with double quotes.. */ var _default = exports.default = ["“", "”", "〝", "〞", "〟", "‟", "„", "\"", "\u300c", "\u300d", "\u300e", "\u300f"]; //# sourceMappingURL=doubleQuotes.js.map