This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
E-Mail of 2003-07-23 | |
Dr. Alan Kay was so kind as to answer my questions about the term “object-oriented programming”. | |
Clarification of "object-oriented" [E-Mail] | |
Date: Wed, 23 Jul 2003 09:33:31 -0800 | |
To: Stefan Ram [removed for privacy] | |
From: Alan Kay [removed for privacy] | |
Subject: Re: Clarification of "object-oriented" | |
[some header lines removed for privacy] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
declare module 'relay-runtime' { | |
// Public API values | |
declare var Environment: any; | |
declare var Network: any; | |
declare var RecordSource: any; | |
declare var Store: any; | |
declare var areEqualSelectors: any; | |
declare var createFragmentSpecResolver: any; | |
declare var createOperationSelector: any; |