1.0.2 • Published 2 months ago

pre-post-fix-append v1.0.2

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

Welcome, USER!

This package provides you with the functionality to 'pre' or 'post' add desired text!

How to use?

Prefix append setup

  1. Initialize const appendConfig = append("test", delimiters = "", seperator = "-", type = 1)
  2. Use console.log(appendConf("prefix")) // outputs 'text-prefix'
  3. Use console.log(appendConf("prefix append")) // outputs 'text-prefix text-append'

Postfix append setup

  1. Initialize const appendConfig = append("test", delimiters = "", seperator = "-", type=0)
  2. Use console.log(appendConf("postfix append")) // outputs 'postfix-text append-text'
1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago