UNPKG

73 BJavaScriptView Raw
1module.exports = function AssertionString(text) {
2 this.text = text;
3};