UNPKG

@openshift-console/dynamic-plugin-sdk

Version:

Provides core APIs, types and utilities used by dynamic plugins at runtime.

5 lines (4 loc) 173 B
/** * Returns true if the provided value represents the special "all" namespaces option key. */ export declare const isAllNamespacesKey: (ns: string) => ns is "#ALL_NS#";