UNPKG

@chatui/core

Version:

The React library for Chatbot UI

4 lines 133 B
// eslint-disable-next-line no-bitwise export default (function (str) { return str.slice((str.lastIndexOf('.') - 1 >>> 0) + 2); });