UNPKG

mocoolka-function

Version:

Function lib for function.

9 lines 338 B
Object.defineProperty(exports, "__esModule", { value: true }); var symbols_1 = require("../symbols"); /** * Return true when the input value is a Placeholder,otherwise false * @param a */ var isPlaceholder = function (a) { return a === symbols_1.__; }; exports.default = isPlaceholder; //# sourceMappingURL=isPlaceholder.js.map