1.0.1 • Published 2 years ago

dobro-utils v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Dobro-Utils

Originally made for my bot Dobro but can be used by all!

Usage

Javascript

const { Utils } = require("dobro-utils");

const util = new Utils();

util.formatString("HELLO"); // Hello

Typescript

import { Utils } from "dobro-utils";

const util = new Utils();

util.formatString("HELLO"); // Hello

Enjoy!

1.0.1

2 years ago

1.0.0

2 years ago