(settings)
| 6992 | } |
| 6993 | |
| 6994 | const optionsFromSettings = function optionsFromSettings(settings) { |
| 6995 | return new Options({ |
| 6996 | style: settings.displayMode ? Style$1.DISPLAY : Style$1.TEXT, |
| 6997 | maxSize: settings.maxSize |
| 6998 | }); |
| 6999 | }; |
| 7000 | |
| 7001 | const displayWrap = function displayWrap(node, settings) { |
| 7002 | if (settings.displayMode) { |
no outgoing calls
no test coverage detected