chore: fix types

This commit is contained in:
alexander-akait 2025-04-23 05:31:16 +03:00
parent af2acc56e8
commit 0778b0408b
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/** @type {import("../../../../").LoaderDefinition} */
module.exports = function(content) { module.exports = function(content) {
const callback = this.async(); const callback = this.async();