dehoist
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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"

Package Sidebar

Install

npm i dehoist

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

33.8 kB

Total Files

8

Last publish

Collaborators

  • devspen