UNPKG

react-styleguidist

Version:
7 lines (6 loc) 172 B
/** * Remove all doclets (e.g. `@example Foo.js`) from text. * @param {string} text * @returns {string} */ export default function removeDoclets(text: string): string;