UNPKG

@typed/test

Version:
5 lines 155 B
import { updateModifier } from './updateModifier'; export function skip(test) { return updateModifier('skip', test); } //# sourceMappingURL=skip.js.map