UNPKG

assertthat

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