UNPKG

lenye_base

Version:

基础方法

8 lines (5 loc) 100 B
'use strict'; function clearTimesout(id) { clearInterval(id); } module.exports = clearTimesout;