UNPKG

@chainlink/functions-toolkit

Version:

An NPM package with collection of functions that can be used for working with Chainlink Functions.

3 lines (2 loc) 191 B
export declare const createGist: (githubApiToken: string, content: string) => Promise<string>; export declare const deleteGist: (githubApiToken: string, gistURL: string) => Promise<boolean>;