mempool-startos/scripts/deps.ts
Dread f5ad3c8c97
Mempool updated to use js procedures (#12)
* 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>
2022-06-30 01:16:53 -04:00

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 };