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>
4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
'use strict';
|
|
|
|
/** @type {import('./pow')} */
|
|
module.exports = Math.pow;
|