Files
TwitchChatRandomizer/Twitch Chat Randomizer/node_modules/@babel/runtime/helpers/esm/identity.js
T
2024-06-06 23:27:22 -04:00

4 lines
70 B
JavaScript

function _identity(t) {
return t;
}
export { _identity as default };