BrowserBindingTable Module
Functions and values
| Function or value |
Description
|
Full Usage:
entries
Returns: (string * int * string) list
|
Every `lib.*.d.ts` type name the referenced `Fable.Browser.*` assemblies bind, as (TypeScript name, F# arity, F# name). A name may appear at more than one arity - `CustomEvent` is bound both bare and generic - so the arity is part of the key.
|