UNPKG

@speckle/shared

Version:

Shared code between various Speckle JS packages

6 lines 178 B
/** * Useful when you want to quickly define a value of a specific type * for testing purposes */ export const fakeTypedVal = () => ({}); //# sourceMappingURL=debugging.js.map