UNPKG

node-suitetalk

Version:
14 lines (9 loc) 216 B
"use strict"; const Field = require("./common/field"); class BooleanRef extends Field { constructor() { super(); this._fieldType = "boolean"; } } module.exports = BooleanRef;