UNPKG

@cloudquery/plugin-sdk-javascript

Version:

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

5 lines 255 B
import { JSONType } from './json.js'; import { UUIDType } from './uuid.js'; const extensions = [JSONType, UUIDType]; export const isExtensionType = (type) => extensions.some((extension) => type instanceof extension); //# sourceMappingURL=extensions.js.map