智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/61/6160f0bd2838455c9913495ced1...

5 lines
159 B

import undef from "./temporalUndefined";
import err from "./tdz";
export default function _temporalRef(val, name) {
return val === undef ? err(name) : val;
}