UNPKG

coolant

Version:

The modular build radiator

6 lines (5 loc) 156 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.playSound = function (soundPath) { new Audio(soundPath).play(); };