1.0.0 • Published 2 years ago

dehoist v1.0.0

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

dehoist

Remove hoisting characters from a string.

Installation

Install dehoist with your preferred package manager.

npm install dehoist
yarn add dehoist
pnpm add dehoist

Examples

Check out the documentation for more information.

import { dehoist, dehoistStart } from "dehoist";

dehoist(".!fo;o"); // "foo"
dehoistStart("!;foo!"); // "foo!"
dehoistStart("!9foo"); // "9foo"