UNPKG

ends-with-string

Version:

Check if a string or buffer ends with a given string

3 lines (2 loc) 114 B
/// <reference types="node" /> export default function endsWith(input: string | Buffer, string: string): boolean;