Skip to content

endsWith

Type-safe string suffix check.

ts
import { endsWith } from '@vielzeug/toolkit';

endsWith('vielzeug', 'zeug'); // true