1.0.6 • Published 5 months ago

@bready/core v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

Bready Core

NPM version js-standard-style

Simple functions to facilitate development

Install

To install @bready/core, simply use npm:

npm install @bready/core

Usage

CommonJS

const bd = require("@bready/core");

ESM

import { capitalize, replaceString } from "@bready/core";

Default exports are supported:

import bd from "@bready/core";

Methods

License

Copyrigth OutroNinja 2023, Licensed under MIT

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago