jsClassExtends

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto jsClassExtends(string superName, string name, string[] superFields, string[] newFields, string[] methods)
  2. auto jsClassExtends(string superName, string name, string[] superFields, string[] newFields, string methods)
    @safe
    jsClassExtends
    (
    string superName
    ,
    string name
    ,
    string[] superFields
    ,
    string[] newFields
    ,
    string methods = null
    )

Meta