Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

typescript function type

interface Date {
  toString(): string;
  setTime(time: number): number;
  // ...
}
Source by mariusschulz.com #
 
PREVIOUS NEXT
Tagged: #typescript #function #type
ADD COMMENT
Topic
Name
3+8 =