UNPKG

199 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.default = (timeout) => {
4 return {
5 init(ctx) {
6 ctx.timeout = timeout;
7 },
8 };
9};