UNPKG

@kui-shell/core

Version:

An Electron-based shell for cloud-native development

6 lines (5 loc) 149 B
/** * Extract the value associated with the given window.location.search key * */ export declare const extractSearchKey: (key: string) => string;