UNPKG

@rnaga/wp-node

Version:

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

27 lines (26 loc) • 564 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_DATABASE_TABLES = void 0; exports.DEFAULT_DATABASE_TABLES = { blog: [ "posts", "comments", "links", "options", "postmeta", "terms", "term_taxonomy", "term_relationships", "termmeta", "commentmeta", ], global: ["users", "usermeta"], ms_global: [ "blogs", "blogmeta", "signups", "site", "sitemeta", "registration_log", ], };