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 f97dca1 commit 4eda06fCopy full SHA for 4eda06f
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