UNPKG

node-suitetalk

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