Namespaces can be converted to types using the typeof keyword.
import * as Vector3 from './Vector3'
type Vector3 = typeof Vector3
let a:Vector3
Namespaces can be converted to types using the typeof keyword.
import * as Vector3 from './Vector3'
type Vector3 = typeof Vector3
let a:Vector3
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.