{
  "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": ";AAGA,SAAS,cAAc;AAIvB,SAAS,SAAS,qBAAqB;AAWhC,SAAS,cAAe,MAAO;AACrC,SAAO,OAAQ,aAAc,EAAE,cAAe,IAAK;AACpD;",
  "names": []
}
