astro-ghostcms/.pnpm-store/v3/files/36/7b8874a12d89c08ae8808e851a2...

8 lines
291 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.NoneCancellationToken = void 0;
exports.NoneCancellationToken = {
isCancellationRequested: false,
onCancellationRequested: () => ({ dispose: () => { } }),
};
//# sourceMappingURL=cancellation.js.map