UNPKG

@typed/test

Version:
7 lines (5 loc) 164 B
import { Test } from '../types' import { updateModifier } from './updateModifier' export function only(test: Test): Test { return updateModifier('only', test) }