Skip to content

JS

module JS
AssemblyXantham.Fable.Core
Attributes[<AutoOpen>]

Declared inside

BrandsBranded primitives: the F# rendering of TypeScript's intersection brands (type UserId = string & { __brand: "UserId" })
NoInfer
PropertyRecordA record implementation that allows you to access properties using a property key
ReadonlyRecordA readonly TypeScript index signature ({ readonly [key: K]: V }): the same shape as Record{Key,Value}, without the setter a readonly index signature never gave it
RecordA TypeScript index signature ({ [key: K]: V }): a value read and written through Item compiles to the same property access an index signature's own type would
keyofGet a property key from a mapping function for the given type
proptypekey
proptypelockUsed to represent a type can be any of the types of properties for the given generic
typekeyofEquivalent to keyof but keeps the return type