UNPKG

@moomfe/zenjs

Version:

ZenJS 是一个高性能的 JavaScript 工具库。

7 lines (5 loc) 202 B
import inBrowser from "../../../shared/const/inBrowser"; import defineValue from "../../../shared/util/defineValue"; if( inBrowser ){ defineValue( document, '$id', document.getElementById ); }