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>
7 lines
153 B
JavaScript
7 lines
153 B
JavaScript
'use strict';
|
|
|
|
var $DateGetTime = require('call-bound')('Date.prototype.getTime');
|
|
|
|
module.exports = function timeValue(x) {
|
|
return $DateGetTime(x);
|
|
};
|