UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

13 lines (12 loc) 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "isDuration", { enumerable: true, get: ()=>isDuration }); const _duration = require("../values/duration"); function isDuration(value) { return value instanceof _duration.Duration; }