MCPcopy
hub / github.com/fabiospampinato/cash / CashStatic

Interface CashStatic

src/extra/get_script.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3// @require core/variables.ts
4
5interface CashStatic {
6 getScript ( url: string, success?: Function ): void;
7}
8
9cash.getScript = function ( url: string, success?: Function ): void {
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected