UNPKG

nanolith

Version:

Multi-threading in no time with seamless TypeScript support.

5 lines (4 loc) 140 B
/** * Throws an error if the current thread IS the main thread. */ export declare const assertIsNotMainThread: (feature: string) => void;