kagi-ken.d.ts

1// SPDX-FileCopyrightText: Amolith <amolith@secluded.site>
2//
3// SPDX-License-Identifier: GPL-3.0-or-later
4
5declare module "kagi-ken" {
6  export function search(query: string, token: string): Promise<any>;
7}