You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if this is the wrong place, but the git page for definitely typed has a million projects, issues and discussions. The type definition file defines metadata as object. That seems hard to use
class MatchData {
/**
* A cloned collection of metadata associated with this document.
*/
metadata: object;
How, in typescript, is this usable?
The text was updated successfully, but these errors were encountered:
Sorry if this is the wrong place, but the git page for definitely typed has a million projects, issues and discussions. The type definition file defines metadata as object. That seems hard to use
How, in typescript, is this usable?
The text was updated successfully, but these errors were encountered: