MCPcopy
hub / github.com/youzan/zan-proxy / IOptions

Interface IOptions

webui/src/shims-vue.d.ts:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23declare module 'prettytime' {
24 interface IOptions {
25 decimals: number;
26 short: boolean;
27 }
28
29 function prettytime(ms: number, options?: Partial<IOptions>): string;
30 export default prettytime;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected