UNPKG

web-audio-test-api

Version:
12 lines (11 loc) 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { description: "function", typeName: "function", test: function test(value) { return typeof value === "function"; } };