UNPKG

@rnaga/wp-node

Version:

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

10 lines (9 loc) • 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TABLE_NAMES = void 0; const default_database_tables_1 = require("./default-database-tables"); exports.TABLE_NAMES = [ ...default_database_tables_1.DEFAULT_DATABASE_TABLES.blog, ...default_database_tables_1.DEFAULT_DATABASE_TABLES.global, ...default_database_tables_1.DEFAULT_DATABASE_TABLES.ms_global, ];