🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
214 B
JavaScript
9 lines
214 B
JavaScript
/*
|
|
MIT License http://www.opensource.org/licenses/mit-license.php
|
|
Author Alexander Akait @akexander-akait
|
|
*/
|
|
"use strict";
|
|
|
|
// TODO remove this file in the next major release
|
|
module.exports = require("./index");
|