{
  "version": 3,
  "sources": ["../src/get-format-type.js"],
  "sourcesContent": ["/**\n * WordPress dependencies\n */\nimport { select } from '@wordpress/data';\n/**\n * Internal dependencies\n */\nimport { store as richTextStore } from './store';\n\n/** @typedef {import('./register-format-type').RichTextFormatType} RichTextFormatType */\n\n/**\n * Returns a registered format type.\n *\n * @param {string} name Format name.\n *\n * @return {RichTextFormatType|undefined} Format type.\n */\nexport function getFormatType( name ) {\n\treturn select( richTextStore ).getFormatType( name );\n}\n"],
  "mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,kBAAuB;AAIvB,mBAAuC;AAWhC,SAAS,cAAe,MAAO;AACrC,aAAO,oBAAQ,aAAAA,KAAc,EAAE,cAAe,IAAK;AACpD;",
  "names": ["richTextStore"]
}
