UNPKG

@cloudquery/plugin-sdk-javascript

Version:

This is the high-level package to use for developing CloudQuery plugins in JavaScript

3 lines 143 B
export const NULL_VALUE = '(null)'; export const isInvalid = (value) => value === null || value === undefined; //# sourceMappingURL=util.js.map