scrimba
Introduction to TypeScript
TypeScript: Barrels
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

AboutCommentsNotes
TypeScript: Barrels
Expand for more info
index.ts
run
preview
console
import { Bear } from './interfaces/bear.interface';
import { Pig } from './interfaces/pig.interface';
import { Man } from './interfaces/man.interface';
Console
index.html
-2:09