UNPKG

handsontable

Version:

Handsontable is a JavaScript Spreadsheet Component available for React, Angular and Vue.

12 lines (11 loc) 243 B
import { registerCondition } from "../conditionRegisterer.mjs"; export var CONDITION_NAME = 'true'; /** * @returns {boolean} */ export function condition() { return true; } registerCondition(CONDITION_NAME, condition, { name: 'True' });