Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

m-bednar/webno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Webno

Deno typescript types for browser applications. Includes most of the ecmascript browser APIs, native functions and other useful types.

Usage ✨

You should import the whole mod.ts as "side-effects only" file in your main file. Types from the file should be then accesible everywhere in project.

import 'https://deno.land/x/webno/mod.ts';

// Here you can now use document, window etc.

Disclaimer 🛑

These types may not be complete. All deprecated stuff is removed to keep things as small as possible. Feel free to post an issue or create pull request when you encounter a bug.