UNPKG

@speckle/shared

Version:

Shared code between various Speckle JS packages

6 lines 187 B
/** * Useful when you want to quickly define a value of a specific type * for testing purposes */ export declare const fakeTypedVal: <T>() => T; //# sourceMappingURL=debugging.d.ts.map