We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ref
JSDate
1 parent 36f6bdb commit c732b8bCopy full SHA for c732b8b
Sources/JavaScriptKit/BasicObjects/JSDate.swift
@@ -1,6 +1,6 @@
1
public final class JSDate {
2
private static let constructor = JSObject.global.Date.function!
3
- public let ref: JSObject
+ private let ref: JSObject
4
5
public init(millisecondsSinceEpoch: Double? = nil) {
6
if let milliseconds = millisecondsSinceEpoch {
0 commit comments