UNPKG

@cookbook/solid-intl

Version:

A universal internationalization (i18n) for Solid inspired by React Intl & FormatJS

6 lines (5 loc) 139 B
const typeOf = (value) => ({}.toString .call(value) .match(/\s([A-Za-z]+)/)?.[1] .toLowerCase() ?? ""); export default typeOf;