frontend/.pnpm-store/v3/files/e5/2abe690e026affdd6b363b0e14dd4674fef3ff8864878879c110b4d0d3a411635b1ed7cfe118f41990982c6a826afcaace10b81f73defe3d4b2e0b07ccbd6d

8 lines
141 B
Plaintext

var DEFAULT_TIMEOUT = 5000;
function inlineTimeoutFrom(option) {
return option || DEFAULT_TIMEOUT;
}
module.exports = inlineTimeoutFrom;