Add block function to replace "block" with "BLOCK" in input string

* **src/main.ts**
  - Add `block` function that takes a string as input and returns a string
  - Implement `block` function to replace all occurrences of "block" with "BLOCK"
  - Export `block` function

* **README.md**
  - Add "Block Function" section to document the `block` function
  - Provide example usage of the `block` function
This commit is contained in:
Dustin 2025-03-21 00:28:40 -04:00
parent c947a72caa
commit f789505350

Diff Content Not Available