From eb65c920600602a79509426e9f6bc413348d629b Mon Sep 17 00:00:00 2001 From: Nate Taylor Date: Sat, 26 Oct 2019 12:00:47 -0500 Subject: [PATCH] Add missing functions --- src/consuming.mjs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/consuming.mjs b/src/consuming.mjs index a96745a..8090053 100644 --- a/src/consuming.mjs +++ b/src/consuming.mjs @@ -1,16 +1,16 @@ -import setText from './results.mjs'; +import setText, {appendText, showWaiting, hideWaiting} from "./results.mjs"; -export function get(){ +export function get() { } -export function getCatch(){ +export function getCatch() { } -export function chain(){ +export function chain() { } -export function chainCatch(){ +export function chainCatch() { } -export function final(){ +export function final() { } \ No newline at end of file