| 1 | /** @type {import("../../../../").RawLoaderDefinition<{ size: string }>} */ |
| 2 | module.exports = function () { |
| 3 | const options = this.getOptions(); |
| 4 | return Buffer.alloc(+options.size).fill(0xa5); |
nothing calls this directly
no test coverage detected