UNPKG

node-suitetalk

Version:
15 lines (10 loc) 294 B
"use strict"; const SearchField = require("./common/searchField"); class SearchBooleanField extends SearchField { constructor() { super(); this._type = "platformCore"; this._name = "SearchBooleanField"; } } module.exports = SearchBooleanField;