wicg-observable
v1.0.2
Published
A simple implementation of the WICG Observable interface
Maintainers
Readme
wicg-observable !!! only type file (.d.ts)
A simple implementation of the WICG Observable interface.
install
npm install wicg-observableusage
//tsconfig.json
{
"compilerOptions": {
"types": ["wicg-observable"]
}
}