From f7895053508b42369a8f2aac3e71ace7c849194f Mon Sep 17 00:00:00 2001 From: Dustin <126348160+Dustin4444@users.noreply.github.com> Date: Fri, 21 Mar 2025 00:28:40 -0400 Subject: [PATCH] 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