API ReferenceAPI@foscia/coreFunctionsnoneOn this pageFunction: none() none<C>(): (action) => Promise<void> Run the action and ignore the content of the result. Adapter errors are not caught and so may be thrown. Type parameters • C extends object Returns Function Parameters • action: Action<C & ConsumeAdapter> Returns Promise<void> Source packages/core/src/actions/context/runners/none.ts:15