UNPKG

web-audio-test-api

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