chore: lint

This commit is contained in:
coderiaser 2025-07-02 20:10:47 +03:00
parent 1679b788c2
commit 5f0391fc44
7 changed files with 30 additions and 32 deletions

View file

@ -1,6 +1,5 @@
'use strict';
const {join} = require('node:path');
const {callbackify} = require('node:util');
const pullout = require('pullout');
@ -8,8 +7,9 @@ const ponse = require('ponse');
const {read} = require('redzip');
const root = require('../root');
const isString = (a) => typeof a === 'string';
const parse = require('./worker');
const isString = (a) => typeof a === 'string';
// warm up
parse('');