All @lilith/* packages should publish to forge.nasty.sh only. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8 lines
228 B
JavaScript
8 lines
228 B
JavaScript
'use strict';
|
|
|
|
// eslint-disable-next-line no-extra-parens, no-empty-function
|
|
const cached = /** @type {GeneratorFunctionConstructor} */ (function* () {}.constructor);
|
|
|
|
/** @type {import('.')} */
|
|
module.exports = () => cached;
|
|
|