UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

4 lines 158 B
import { setElementValue } from "./setElementValue"; export function clearElementValue(element, callback) { setElementValue(element, undefined, callback); }