MCPcopy
hub / github.com/imcuttle/mometa / CommonPreload

Interface CommonPreload

packages/fs-handler/src/index.ts:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16export { default as commonMiddlewares } from './common'
17
18export interface CommonPreload extends Range {
19 filename: string
20 text: string
21}
22
23export interface DelPreload extends CommonPreload {}
24export interface ReplacePreload extends CommonPreload {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected