Skip to content

Missing ListNamespace and DatetimeNamespace Interfaces in Documentation #313

@fbx31

Description

@fbx31

Hello,

Struct and String namespaces are well described as interfaces with list of functions but List and Datetime are documentated as Type Alias and not Interface so without any functions descriptions.

In string.ts (correct)

/**
 * namespace containing expr string functions
 */
export interface StringNamespace extends StringFunctions<Expr> {
...
export const ExprStringFunctions = (_expr: any): StringNamespace => {

In list.ts (could be improved as wel las for datetime)

/**
 * namespace containing expr list functions
 */
export type ExprList = ListFunctions<Expr>;
export const ExprListFunctions = (_expr: any): ExprList => {

Thanks a lot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions