/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
schemas/plugins/ids/HashedModuleIdsPlugin.check.d.ts
7 строк
266 B
Alexander Akait
fix: hash options types (#19987)
07 окт 2025, 17:40
Не верифицирован
07 окт 2025, 17:40
d32f171
Код
Авторство
О чём код?
/* * This file was automatically generated. * DO NOT MODIFY BY HAND. * Run `yarn fix:special` to update */ declare const check: (options: import("../../../declarations/plugins/ids/HashedModuleIdsPlugin").HashedModuleIdsPluginOptions) => boolean; export = check;