packages/vsc_quill_delta_to_html/src/helpers/js library

Functions

asNumber(dynamic v) num
isTruthy(dynamic v) bool
Equivalent to JS "truthy", i.e. not falsy: https://developer.mozilla.org/en-US/docs/Glossary/Falsy. Not null; or if string, not empty; or if bool, must be true; or if num, non zero and not NaN.