Skip to content

0.2.0 type TCallback

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

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

Universal type for the callback function. Used everywhere.

Clone this wiki locally