2.0.0 • Published 1 year ago

ends-with-string v2.0.0

Weekly downloads
20
License
MIT
Repository
github
Last release
1 year ago

If I should maintain this repo, please ⭐️

DM me on Twitter if you have questions or suggestions.


Installation

yarn add ends-with-string
npm install ends-with-string
pnpm add ends-with-string

API

import endsWith from "ends-with-string";

function endsWith(input: string | Buffer, string: string): boolean;
  • autorepo: Autorepo abstracts away your dev dependencies, providing a single command to run all of your scripts.

MIT