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

Function isValidDuration

static/vuejs/vue.runtime.esm.js:6184–6186  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

6182}
6183
6184function isValidDuration (val) {
6185 return typeof val === 'number' && !isNaN(val)
6186}
6187
6188/**
6189 * 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