UNPKG

node-suitetalk

Version:
15 lines (10 loc) 287 B
"use strict"; const SearchBasic = require("./common/searchBasic"); class ItemSearchBasic extends SearchBasic { constructor() { super(); this._type = "platformCommon"; this._name = "ItemSearchBasic"; } } module.exports = ItemSearchBasic;