Home
last modified time | relevance | path

Searched refs:getLogFunction (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/vendoring/devmenu/steps/
H A DPrint.ts19 this.getLogFunction()(this.message);
23 private getLogFunction(): (message: string) => void { method in Print