@mapxus/mapxus-map-jp 7.10.0 → 7.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/es/index.d.ts CHANGED
@@ -1694,6 +1694,7 @@ export declare const PAGE: number;
1694
1694
  * @param language {string} window.navigator.language
1695
1695
  */
1696
1696
  export declare function convertBrowserLangToPresetLang(language: string): PresetLanguage | null;
1697
+ export declare function getIdentifier(): Promise<string>;
1697
1698
  /** @deprecated Use `VERSION` instead. */
1698
1699
  export declare const version: string;
1699
1700
  export declare const VERSION: string;