Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 320 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 320 Bytes

@carbonappio/verify

Roblox Verification, redefined.

Installation

npm i @carbonappio/verify

Then initiate it inside of your file

const cv = require('@carbonappio/verify');

OR

 import cv from '@carbonappio/verify';

Documentation

To get documentation on how to use this module, click here