Repository URL to install this package:
Version:
1.2.9 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function isTag(target) {
return typeof target === 'string';
}
exports.default = isTag;
//# sourceMappingURL=isTag.js.map