jodit
Version:
Jodit is an awesome and useful wysiwyg editor with filebrowser
34 lines (33 loc) • 1.04 kB
TypeScript
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
*/
/**
* @module helpers/checker
*/
export * from "./has-browser-color-picker";
export * from "./is-abort-error";
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-license";
export * from "./is-marker";
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-set";
export * from "./is-string";
export * from "./is-url";
export * from "./is-valid-name";
export * from "./is-view-object";
export * from "./is-void";
export * from "./is-window";