UNPKG

@sprucelabs/spruce-skill-utils

Version:

Loosely coupled classes and functions to make skill development faster! 🏎

22 lines (21 loc) 1.11 kB
export declare const HASH_SPRUCE_DIR_NAME: ".spruce"; export declare const HASH_SPRUCE_DIR: "src/.spruce"; export declare const HASH_SPRUCE_BUILD_DIR: "build/.spruce"; export declare const LATEST_TOKEN: "@latest"; export declare const LATEST_HANDLEBARS: string; export declare const CORE_SCHEMA_VERSION: { readonly intValue: 20200623; readonly constValue: "v2020_07_22"; readonly dirValue: "v2020_07_22"; }; export declare const CORE_NAMESPACE: "Spruce"; export declare const MERCURY_API_NAMESPACE = "mercury"; export declare const TEST_JEST_PASSED: "passed"; export declare const TEST_JEST_FAILED: "failed"; export declare const HEALTH_DIVIDER: "###### HEALTH REPORT ######"; export declare const ERROR_DIVIDER: "###### ERROR DIVIDER ######"; export declare const SCHEMA_VERSION_FALLBACK = "__latest"; export declare const DEFAULT_GLOBAL_SCHEMA_NAMESPACE = "SpruceSchemas"; export declare const DEFAULT_BUILDER_FUNCTION = "buildSchema"; export declare const DEFAULT_SCHEMA_TYPES_FILE = "@sprucelabs/spruce-core-schemas"; export declare const DEFAULT_SCHEMA_TYPES_FILENAME = "schemas.types.ts";