UNPKG

rollup-plugin-typescript

Version:

Seamless integration between Rollup and TypeScript.

4 lines (3 loc) 103 B
export function endsWith ( str, tail ) { return !tail.length || str.slice( -tail.length ) === tail; }