UNPKG

@speckle/shared

Version:

Shared code between various Speckle JS packages

5 lines 177 B
/** * Feed in import.meta and get the module's filesystem location */ export declare const getModuleDirectory: (meta: ImportMeta) => string; //# sourceMappingURL=node.d.ts.map