摘要:
export const requestAnimationFrame = (() => { /* istanbul ignore next */ if (!inBrowser) { return noop } return window.requestAnimationFrame || /* ist 阅读全文
摘要:
import { createAddAPI } from '../util' const DATE_RE = /^(1|2)\d{3}[.\-/]\d{1,2}[.\-/]\d{1,2}$/ const types = { string: (val) => { return typeof val ' 阅读全文