UNPKG

wm-ddns

Version:

简单的 DNS 修改 Record 的包。 [https://DNSpod.cn](https://DNSpod.cn)。支持 callback & Promise & async/await。

10 lines (9 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isEmpty(data) { if (data === null || data === undefined) { return true; } return false; } exports.default = isEmpty;