mirror of
https://github.com/Retropex/mempool-startos.git
synced 2025-05-28 13:02:38 +02:00

* added js procs * add js procs * included dependencies in js procs * modified dependencies.ts to remote fetch-blocks and fix proxy * Update scripts/embassy.ts Co-authored-by: J M <2364004+Blu-J@users.noreply.github.com> * ignore .js files in script * fixed typo * Update scripts/services/setConfig.ts Co-authored-by: J M <2364004+Blu-J@users.noreply.github.com> * Update scripts/services/setConfig.ts Co-authored-by: J M <2364004+Blu-J@users.noreply.github.com> * fixed js dependencies * return default if properties are not found * await metadata Co-authored-by: Dread <dread@start9labs.com> Co-authored-by: J M <2364004+Blu-J@users.noreply.github.com> Co-authored-by: Aiden McClelland <me@drbonez.dev>
15 lines
347 B
TypeScript
15 lines
347 B
TypeScript
import matches from "https://deno.land/x/ts_matches@5.1.5/mod.ts";
|
|
export * as YAML from "https://deno.land/std@0.140.0/encoding/yaml.ts";
|
|
export type {
|
|
Config,
|
|
ConfigRes,
|
|
Effects,
|
|
ExpectedExports,
|
|
KnownError,
|
|
PackagePropertiesV2,
|
|
Properties,
|
|
SetResult,
|
|
} from "https://start9.com/procedure/types.0.3.1.d.ts";
|
|
|
|
export { matches };
|