tswatch/dist_ts/tswatch.plugins.d.ts

17 lines
801 B
TypeScript
Raw Normal View History

2024-01-08 15:40:57 +00:00
/// <reference types="node" resolution-mode="require"/>
2020-05-22 07:25:34 +00:00
import * as path from 'path';
export { path };
2023-08-26 13:11:19 +00:00
import * as tsbundle from '@git.zone/tsbundle';
2022-03-18 15:36:13 +00:00
export { tsbundle };
2023-09-12 08:28:34 +00:00
import * as typedserver from '@api.global/typedserver';
2023-03-31 11:10:29 +00:00
export { typedserver, };
2023-08-26 12:56:09 +00:00
import * as lik from '@push.rocks/lik';
import * as smartchok from '@push.rocks/smartchok';
import * as smartcli from '@push.rocks/smartcli';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartlog from '@push.rocks/smartlog';
import * as smartlogDestinationLocal from '@push.rocks/smartlog-destination-local';
import * as smartshell from '@push.rocks/smartshell';
import * as taskbuffer from '@push.rocks/taskbuffer';
2023-03-31 11:10:29 +00:00
export { lik, smartchok, smartcli, smartdelay, smartlog, smartlogDestinationLocal, smartshell, taskbuffer, };