How to use the utils function from stylus

Find comprehensive JavaScript stylus.utils code examples handpicked from public code repositorys.

204
205
206
207
208
209
210
211
212
  nodePath += ".styl";
}

const isGlob = _fastGlob.default.isDynamicPattern(nodePath);

found = _stylus.utils.find(nodePath, this.paths, this.filename);

if (found && isGlob) {
  const [globTask] = _fastGlob.default.generateTasks(nodePath);
fork icon1
star icon0
watch icon1

+ 2 other calls in file