Skip to content

Instantly share code, notes, and snippets.

class Inside {
set(selector, strStart, strEnd) {
this.selector = selector;
this.strStart = strStart;
this.strEnd = strEnd;
this.position = null;
this.counter = null;
this.parts = null;