1.3.2 • Published 10 months ago

@loybung/textreplace v1.3.2

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

TextReplace

const { TextReplace } = require("@loybung/textreplace");

const textReplace = new TextReplace();
textReplace.setVariable({
	name: "loybung", // {name} = loybung
});

const text = "{name}";
console.log(textReplace.getVariable(text)); // loybung
1.2.0

10 months ago

1.1.0

10 months ago

1.3.2

10 months ago

1.3.1

10 months ago

1.3.0

10 months ago

1.0.4

11 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago