/** * @module helpers/checker */ export * from './has-browser-color-picker'; export * from './is-array'; export * from './is-boolean'; export * from './is-equal'; export * from './is-function'; export * from './is-html'; export * from './is-html-from-word'; export * from './is-imp-interface'; export * from './is-int'; export * from './is-jodit-object'; export * from './is-view-object'; export * from './is-license'; export * from './is-native-function'; export * from './is-number'; export * from './is-numeric'; export * from './is-plain-object'; export * from './is-promise'; export * from './is-string'; export * from './is-url'; export * from './is-valid-name'; export * from './is-void'; export * from './is-window';