Class SearchBuilderBase<TParams, TOrder>Abstract
Properties
Protected
api
api: NarouNovel
Methods
limit
- limit(num: number): this
Returns this
this
order
- order(order: TOrder): this
Returns this
this
page
- page(no: number, count?: number): this
Parameters
- no: number
- count: number = 20
Returns this
this
start
- start(num: number): this
Returns this
this
Protected
unset
- unset(key: keyof TParams): this
Returns this
Protected
Static
array2string
- array2string<T extends string | number>(n: T | readonly T[]): Join<T>
Type Parameters
- T extends string | number
Returns Join<T>
Protected
Static
distinct
- distinct<T>(array: readonly T[]): T[]
Returns T[]
gzip圧縮する。
転送量上限を減らすためにも推奨