react-use-countdown/dist/index.js
Sambo Chea 689ff3cddb
All checks were successful
continuous-integration/drone/push Build is passing
Fixed timeout and dists for build and publish
2021-04-30 19:11:28 +07:00

9 lines
435 B
JavaScript

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.useCountdown = void 0;
var useCountdown_1 = require("./useCountdown");
Object.defineProperty(exports, "useCountdown", { enumerable: true, get: function () { return __importDefault(useCountdown_1).default; } });