1.0.3 • Published 1 year ago

@codinasion/string-to-dot-case v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@codinasion/string-to-dot-case

Converts a string to dot case.

NPM Version Downloads LICENSE

Installation

# if you're using pnpm
pnpm add @codinasion/string-to-dot-case

# or, if you're using npm
npm install @codinasion/string-to-dot-case

# or, if you're using yarn
yarn add @codinasion/string-to-dot-case

Usage

import { StringToDotCase } from "@codinasion/string-to-dot-case";

const string = "hello world";
console.log(StringToDotCase(string));

// Output
// hello.world

Sponsors & Backers

Sponsors

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago