UNPKG

rflint

Version:

A tool to check style and conventions of Robot Framework project.

11 lines (8 loc) 226 B
#!usr/bin/env node const Table = require('./Table'); class VariableTable extends Table { constructor(parent,name,header,lineNumber) { super(parent,name,header,lineNumber); } } module.exports = VariableTable;