UNPKG

assertthat

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