@rnaga/wp-node
Version:
👉 **[View Full Documentation at rnaga.github.io/wp-node →](https://rnaga.github.io/wp-node/)**
8 lines (7 loc) • 315 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.asyncInit = asyncInit;
const async_init_reflect_1 = require("../core/async-init-reflect");
function asyncInit(target, propertyKey, descriptor) {
async_init_reflect_1.AsyncInitReflect.define(target, propertyKey, descriptor);
}