dehoist
v1.0.0
Published
Remove hoisting characters from a string.
Downloads
2
Maintainers
Readme
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"