UNPKG

@zohodesk/utils

Version:

DOT Utils Collection

4 lines 159 B
export const hasOwnProperty = Object.hasOwnProperty; export const isToStringReferenceEqual = data => { return data.toString === Object.prototype.toString; };