UNPKG

vue-app-sdk

Version:
11 lines (10 loc) 228 B
import { KeepAlive } from "./KeepAlive.js"; import { KEEP_ALIVE_ID } from "./KeepAlive.js"; function createKeepAlive(options = {}) { return new KeepAlive(options); } export { KEEP_ALIVE_ID, KeepAlive, createKeepAlive };