MCPcopy Create free account
hub / github.com/TruthHun/BookStack / isValidDuration

Function isValidDuration

static/vuejs/vue.js:6628–6630  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

6626}
6627
6628function isValidDuration (val) {
6629 return typeof val === 'number' && !isNaN(val)
6630}
6631
6632/**
6633 * Normalize a transition hook's argument length. The hook may be:

Callers 2

enterFunction · 0.70
performLeaveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected