1.0.0 • Published 11 months ago

@mxiangdong/my-custom-plugin v1.0.0

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

My Custom Plugin

This plugin provides a utility function to reverse a string.

Installation

npm install my-custom-plugin

const reverseString = require('my-custom-plugin');
 
console.log(reverseString('hello')); // Output: 'olleh'
1.0.0

11 months ago