UNPKG

@cloudquery/plugin-sdk-javascript

Version:

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

3 lines (2 loc) 123 B
export declare const NULL_VALUE = "(null)"; export declare const isInvalid: (value: unknown) => value is null | undefined;