1.0.6 • Published 1 year ago

@bready/core v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago