UNPKG

@swc/helpers

Version:

External helpers for the swc project.

7 lines (5 loc) 193 B
export function _type_of(obj) { "@swc/helpers - typeof"; return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj; } export { _type_of as _ };