MCPcopy Index your code
hub / github.com/lisong/code-push-server / define

Function define

core/const.js:1–6  ·  view source on GitHub ↗
(name, value)

Source from the content-addressed store, hash-verified

1function define(name, value) {
2 Object.defineProperty(exports, name, {
3 value: value,
4 enumerable: true
5 });
6}
7
8//定义支持的平台
9define("IOS", 1);

Callers 2

const.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected