Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

ts declare function type

type GreetFunction = (a: string) => void;
 
PREVIOUS NEXT
Tagged: #ts #declare #function #type
ADD COMMENT
Topic
Name
8+9 =