UNPKG

assertthat

Version:
5 lines (4 loc) 250 B
import { AssertionFailed } from '../../errors'; import { Result } from 'defekt'; declare const assertStringIsNotEndingWithString: (actual: string, expected: string) => Result<undefined, AssertionFailed>; export { assertStringIsNotEndingWithString };