Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@voidwalkers/void-client

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voidwalkers/void-client

Client lib for Void Walkers Void

  • 0.1.8
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
2
Weekly downloads
 
Created

Client lib for Void Walkers Void

import VoidClient from '@voidwalkers/void-client';

const voidClient = new VoidClient({
  project: {
    slug: 'slug',
    tokenPublic: 'token'
  }
});

const data = await voidClient.function('hello')({
  name: 'Andrey'
});

console.log(data); // Example output: '{"greeting": "Hello, Andrey"}'

FAQs

Package last updated on 04 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts