Skip to content

0.2.1 type TCallback

Ivan S Glazunov edited this page Feb 20, 2015 · 2 revisions

type TCallback = (result: any) => void;

Universal type for the callback function. Used everywhere.

Clone this wiki locally