UNPKG

@aspectus/resource

Version:
11 lines (8 loc) 241 B
/* eslint-disable import/prefer-default-export */ export const sameResult = x => x; export function isFunction(value) { return ( Object.prototype.toString.call(value) === '[object Function]' || typeof value === 'function' ); }