UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

13 lines (12 loc) 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "isStringy", { enumerable: true, get: ()=>isStringy }); const _string = require("../values/string"); function isStringy(value) { return value instanceof _string.String; }