@tsclass/tsclass
Version:
Provides TypeScript definitions for various business, financial, networking, content, and other common classes.
52 lines (38 loc) • 914 B
text/typescript
// Business
import * as business from './business/index.js';
// Code
import * as code from './code/index.js';
// Container
import * as container from './container/index.js';
// Database
import * as database from './database/index.js';
// Finance
import * as finance from './finance/index.js';
// Content
import * as content from './content/index.js';
// General
import * as general from './general/index.js';
// Network
import * as network from './network/index.js';
// SaaS
import * as saas from './saas/index.js';
// Storage
import * as storage from './storage/index.js';
// Website
import * as website from './website/index.js';
export {
business,
container,
code,
database,
finance,
content,
general,
network,
saas,
storage,
website,
};
import type * as typeFest from 'type-fest';
import * as typeFestOwn from './typefest.own.js';
export { type typeFest, type typeFestOwn };