UNPKG

@cloudquery/plugin-sdk-javascript

Version:

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

2 lines (1 loc) 36 B
export type Nullable<T> = T | null;