MCPcopy
hub / github.com/SylarLong/iztro / IAstrolabe

Interface IAstrolabe

src/__tests__/astro/plugin.test.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import FunctionalAstrolabe from '../../astro/FunctionalAstrolabe';
3
4export interface IAstrolabe extends FunctionalAstrolabe {
5 myNewFunc: () => string;
6 majorStar: () => string;
7}
8
9// 创建一个插件函数
10export function myTestPlugin(this: IAstrolabe): void {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected