1.5.2 • Published 3 years ago

file-string-tools v1.5.2

Weekly downloads
6
License
ISC
Repository
github
Last release
3 years ago

file-string-tools npm package  npm version

Usage

First, Install the file-string-tools, type in the terminal:

$ npm install file-string-tools

Example

const FileTOOLS = require('file-string-tools');
const tool = new FileTOOLS();

console.log(tools.ext("hello.txt")) // .txt
console.log(tools.name("hello.txt")) // hello
1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago