UNPKG

@metamask/snaps-sdk

Version:

A library containing the core functionality for building MetaMask Snaps

1 lines 439 B
{"version":3,"file":"get-locale.mjs","sourceRoot":"","sources":["../../../src/types/methods/get-locale.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * This method does not accept any parameters.\n */\nexport type GetLocaleParams = never;\n\n/**\n * The user's locale setting as a [language code](https://github.com/MetaMask/metamask-extension/blob/develop/app/_locales/index.json).\n */\nexport type GetLocaleResult = string;\n"]}