UNPKG

@flex-development/tutils

Version:
8 lines (7 loc) 221 B
const isUnixTimestamp = (timestamp) => { return typeof timestamp === "number" && new Date(timestamp).getTime() > 0; }; var is_unix_timestamp_default = isUnixTimestamp; export { is_unix_timestamp_default as default };