FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
cjs
Edit File: sc-format-interval.cjs.entry.js
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-8acc3c89.js'); const price = require('./price-5b1afcfe.js'); require('./currency-71fce0f0.js'); const ScFormatInterval = class { constructor(hostRef) { index.registerInstance(this, hostRef); this.value = 0; this.interval = ''; this.every = '/'; this.fallback = ''; } render() { return price.translateInterval(this.value, this.interval, ` ${this.every}`, this.fallback); } }; exports.sc_format_interval = ScFormatInterval; //# sourceMappingURL=sc-format-interval.cjs.entry.js.map
Save
Back