UNPKG

@speckle/shared

Version:

Shared code between various Speckle JS packages

10 lines 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fakeTypedVal = void 0; /** * Useful when you want to quickly define a value of a specific type * for testing purposes */ const fakeTypedVal = () => ({}); exports.fakeTypedVal = fakeTypedVal; //# sourceMappingURL=debugging.js.map