UNPKG

@betacodd/lighthouse-package

Version:

NPM package and CLI tool to interact with lighthouse protocol

6 lines (5 loc) 157 B
export type response = { data: string; }; declare const _default: (sourcePath: string, authToken: string) => Promise<response>; export default _default;