UNPKG

@rnaga/wp-node

Version:

👉 **[View Full Documentation at rnaga.github.io/wp-node →](https://rnaga.github.io/wp-node/)**

8 lines (7 loc) • 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.asyncConstructor = void 0; const asyncConstructor = (target, fn) => { return fn().then(() => target); }; exports.asyncConstructor = asyncConstructor;