Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ankitskvmdam/clean-jsdoc-theme
/ functions
Functions
1,410 in github.com/ankitskvmdam/clean-jsdoc-theme
⨍
Functions
1,410
◇
Types & classes
411
Function
formatTime
( date: Date | number | string, format: 'short' | 'medium' | 'long' = 'short', options: DateFormatOption
examples/typedoc-basic/src/utils/date.ts:101
Function
formatTime
( date: Date | number | string, format: 'short' | 'medium' | 'long' = 'short', options: DateFormatOption
examples/typedoc-parity/src/utils/date.ts:101
Function
formatValue
* Formats the value for display * * @param value - Value to format * @returns Formatted string * @virtual
examples/typedoc-basic/src/components/Form.ts:165
Function
formatValue
* Formats the value for display * * @param value - Value to format * @returns Formatted string * @virtual
examples/typedoc-parity/src/components/Form.ts:165
Method
fromJSON
* Creates a User instance from JSON data * * @param json - JSON string or parsed object * @returns New User instance * @throws {@link Synt
examples/typedoc-basic/src/models/User.ts:302
Method
fromJSON
* Creates a User instance from JSON data * * @param json - JSON string or parsed object * @returns New User instance * @throws {@link Synt
examples/typedoc-parity/src/models/User.ts:302
Method
get
* Look up a value by key, marking it as recently used. * * @param {string} key - The key to look up. * @returns {*} The cached value, or `und
docs-site/src/cache.js:128
Method
get
* Read a value back. * * @param key - The lookup key. * @returns The stored value, or `undefined` if absent.
docs-site/typedoc-src/index.ts:134
Method
get
* Performs a GET request * * @typeParam T - Expected response data type * @param path - Request path * @param config - Request configurati
examples/typedoc-basic/src/services/HttpClient.ts:342
Method
get
* Gets a product by ID * * @param productId - Product ID * @returns The product or undefined
examples/typedoc-basic/src/models/Product.ts:443
Method
get
* Performs a GET request * * @typeParam T - Expected response data type * @param path - Request path * @param config - Request configurati
examples/typedoc-parity/src/services/HttpClient.ts:342
Method
get
* Gets a product by ID * * @param productId - Product ID * @returns The product or undefined
examples/typedoc-parity/src/models/Product.ts:443
Function
getConfig
* Resolve the effective runtime configuration for the app. * * Defaults are `host: "localhost"` and `port: 3000`. Pass an `overrides` object * to s
examples/basic/src/globals.js:19
Function
getDefaultValue
* Gets the default value for this field type * * @returns Default value * @virtual
examples/typedoc-basic/src/components/Form.ts:145
Function
getDefaultValue
* Gets the default value for this field type * * @returns Default value * @virtual
examples/typedoc-parity/src/components/Form.ts:145
Method
getDefaultValue
()
examples/typedoc-basic/src/components/Form.ts:467
Method
getDefaultValue
()
examples/typedoc-basic/src/components/Form.ts:520
Method
getDefaultValue
()
examples/typedoc-parity/src/components/Form.ts:467
Method
getDefaultValue
()
examples/typedoc-parity/src/components/Form.ts:520
Method
getDiscountAmount
* Calculates the discount amount * * @returns Discount amount in smallest currency unit, or 0 if no discount
examples/typedoc-basic/src/models/Product.ts:305
Method
getDiscountAmount
* Calculates the discount amount * * @returns Discount amount in smallest currency unit, or 0 if no discount
examples/typedoc-parity/src/models/Product.ts:305
Method
getFormattedPrice
* Formats the price for display * * @param locale - Locale for formatting (default: 'en-US') * @returns Formatted price string * * @exa
examples/typedoc-basic/src/models/Product.ts:293
Method
getFormattedPrice
* Formats the price for display * * @param locale - Locale for formatting (default: 'en-US') * @returns Formatted price string * * @exa
examples/typedoc-parity/src/models/Product.ts:293
Method
getId
* Get user ID * @returns {string}
examples/basic/src/models/Users.js:27
Function
getInitialState
* Gets the initial state * * @returns Initial field state
examples/typedoc-basic/src/components/Form.ts:129
Function
getInitialState
* Returns the initial internal state * * @returns Initial state object * @virtual
examples/typedoc-basic/src/components/base/Component.ts:244
Function
getInitialState
* Gets the initial state * * @returns Initial field state
examples/typedoc-parity/src/components/Form.ts:129
Function
getInitialState
* Returns the initial internal state * * @returns Initial state object * @virtual
examples/typedoc-parity/src/components/base/Component.ts:244
Method
getMaxListeners
* Gets the maximum number of listeners per event * * @returns Maximum listeners count
examples/typedoc-basic/src/services/EventEmitter.ts:171
Method
getMaxListeners
* Gets the maximum number of listeners per event * * @returns Maximum listeners count
examples/typedoc-parity/src/services/EventEmitter.ts:171
Method
getOrSet
* Gets a value, setting it if not present * * @typeParam T - Value type (extends V) * @param key - Cache key * @param factory - Function t
examples/typedoc-basic/src/services/cache/Cache.ts:305
Method
getOrSet
* Gets a value, setting it if not present * * @typeParam T - Value type (extends V) * @param key - Cache key * @param factory - Function t
examples/typedoc-parity/src/services/cache/Cache.ts:305
Function
getRelativeTime
( date: Date | number | string, baseDate: Date = new Date(), options: DateFormatOptions = {} )
examples/typedoc-basic/src/utils/date.ts:171
Function
getRelativeTime
( date: Date | number | string, baseDate: Date = new Date(), options: DateFormatOptions = {} )
examples/typedoc-parity/src/utils/date.ts:171
Method
getStats
* Gets cache statistics * * @returns Current cache statistics * * @example * ```typescript * const stats = cache.getStats() * con
examples/typedoc-basic/src/services/cache/Cache.ts:405
Method
getStats
* Gets cache statistics * * @returns Current cache statistics * * @example * ```typescript * const stats = cache.getStats() * con
examples/typedoc-parity/src/services/cache/Cache.ts:405
Method
getTotalPrice
* Calculates total price for a variant * * @param variantId - Optional variant ID * @returns Total price amount including variant adjustment
examples/typedoc-basic/src/models/Product.ts:371
Method
getTotalPrice
* Calculates total price for a variant * * @param variantId - Optional variant ID * @returns Total price amount including variant adjustment
examples/typedoc-parity/src/models/Product.ts:371
Function
getValue
* Gets the current field value * * @returns Current value
examples/typedoc-basic/src/components/Form.ts:174
Function
getValue
* Gets the current field value * * @returns Current value
examples/typedoc-parity/src/components/Form.ts:174
Function
getWorker
()
packages/rang/src/components/CodeViewer.tsx:80
Method
greet
* Returns a greeting. * @returns the greeting string
packages/typedoc/__fixtures__/basic/src/index.ts:23
Function
groupBy
( array: T[], keySelector: (item: T) => K )
examples/typedoc-basic/src/utils/array.ts:33
Function
groupBy
( array: T[], keySelector: (item: T) => K )
examples/typedoc-parity/src/utils/array.ts:33
Function
gzipSizer
(b: Uint8Array | string)
packages/clean-jsdoc-theme/src/publish.ts:2405
Function
gzipSizer
(b: Uint8Array | string)
packages/typedoc/src/write-site.ts:845
Function
handleBlur
* Handles field blur
examples/typedoc-basic/src/components/Form.ts:221
Function
handleBlur
* Handles field blur
examples/typedoc-parity/src/components/Form.ts:221
Function
handleChange
* Handles input change event * * @param rawValue - Raw input value
examples/typedoc-basic/src/components/Form.ts:205
Function
handleChange
* Handles input change event * * @param rawValue - Raw input value
examples/typedoc-parity/src/components/Form.ts:205
Function
handleClick
()
packages/rang/src/components/CopyBtn.tsx:20
Function
handleFocus
* Handles field focus
examples/typedoc-basic/src/components/Form.ts:213
Function
handleFocus
* Handles field focus
examples/typedoc-parity/src/components/Form.ts:213
Function
handleToggle
(key: string, open: boolean)
packages/rang/src/components/Sidebar.tsx:381
Function
hasErrors
* Whether the field has validation errors
examples/typedoc-basic/src/components/Form.ts:334
Function
hasErrors
* Whether the field has validation errors
examples/typedoc-parity/src/components/Form.ts:334
Function
html
(value: string)
packages/setu/src/mdast/builders.ts:62
Function
humanSize
* Format a byte count as a human-readable size (e.g. `1.5 kB`). * * @function humanSize * @global * @param {number} bytes - The byte count. * @re
examples/basic/src/globals.js:31
Method
id
* The unique identifier for this entity. * @type {string} * @readonly * @public
examples/basic/src/CoreShema.js:74
Method
idGenerator
* Generates a sequence of IDs. * @generator * @yields {string} The next formatted ID in the sequence.
examples/basic/src/DataProcessor.js:77
Method
info
Add an `info` — purely advisory (e.g. "couldn't verify offline").
packages/utils/src/config/diagnostics.ts:56
Function
init
()
examples/basic/src/index.js:16
Method
insert
(data: T | T[])
packages/utils/src/salty.ts:15
Function
installDefaults
(target)
examples/basic/src/queue/mixins.js:61
Function
internalState
* Gets the internal component state
examples/typedoc-basic/src/components/base/Component.ts:234
Function
internalState
* Gets the internal component state
examples/typedoc-parity/src/components/base/Component.ts:234
Function
interpolate
(template: string, values: Record<string, unknown>)
examples/typedoc-basic/src/utils/string.ts:380
Function
interpolate
(template: string, values: Record<string, unknown>)
examples/typedoc-parity/src/utils/string.ts:380
Function
intersection
(a: T[], b: T[])
examples/typedoc-basic/src/utils/array.ts:164
Function
intersection
(a: T[], b: T[])
examples/typedoc-parity/src/utils/array.ts:164
Method
isActive
()
examples/typedoc-basic/src/services/EventEmitter.ts:479
Method
isActive
* Checks if the user account is active * * @returns True if account status is Active
examples/typedoc-basic/src/models/User.ts:237
Method
isActive
()
examples/typedoc-parity/src/services/EventEmitter.ts:479
Method
isActive
* Checks if the user account is active * * @returns True if account status is Active
examples/typedoc-parity/src/models/User.ts:237
Method
isAdmin
* Checks if the user has admin privileges * * @returns True if user is Admin or SuperAdmin * * @example * ```typescript * if (user.i
examples/typedoc-basic/src/models/User.ts:228
Method
isAdmin
* Checks if the user has admin privileges * * @returns True if user is Admin or SuperAdmin * * @example * ```typescript * if (user.i
examples/typedoc-parity/src/models/User.ts:228
Function
isBetween
(date: Date, start: Date, end: Date, inclusive = true)
examples/typedoc-basic/src/utils/date.ts:391
Function
isBetween
(date: Date, start: Date, end: Date, inclusive = true)
examples/typedoc-parity/src/utils/date.ts:391
Function
isBlank
(str: string)
examples/typedoc-basic/src/utils/string.ts:194
Function
isBlank
(str: string)
examples/typedoc-parity/src/utils/string.ts:194
Method
isClientError
* Checks if error is a client error (4xx)
examples/typedoc-basic/src/services/HttpClient.ts:153
Method
isClientError
* Checks if error is a client error (4xx)
examples/typedoc-parity/src/services/HttpClient.ts:153
Function
isDefined
(value: T | null | undefined)
examples/typedoc-basic/src/types/common.ts:425
Function
isDefined
(value: T | null | undefined)
examples/typedoc-parity/src/types/common.ts:425
Function
isDirty
* Whether the field has been modified
examples/typedoc-basic/src/components/Form.ts:348
Function
isDirty
* Whether the field has been modified
examples/typedoc-parity/src/components/Form.ts:348
Function
isDoclet
(doclet: unknown)
packages/utils/src/doclet-schema.ts:320
Function
isEmpty
* Checks if a value is empty * * @param value - Value to check * @returns True if empty * @virtual
examples/typedoc-basic/src/components/Form.ts:278
Function
isEmpty
* Checks if a value is empty * * @param value - Value to check * @returns True if empty * @virtual
examples/typedoc-parity/src/components/Form.ts:278
Function
isErrorResponse
(response: ApiResponse<T>)
examples/typedoc-basic/src/types/api.ts:530
Function
isErrorResponse
(response: ApiResponse<T>)
examples/typedoc-parity/src/types/api.ts:530
Function
isPackageDoclet
(doclet: unknown)
packages/utils/src/doclet-schema.ts:315
Function
isPlayground
(node: unknown)
packages/setu/src/__tests__/playground-prose.test.ts:10
Function
isSameDay
(date1: Date, date2: Date)
examples/typedoc-basic/src/utils/date.ts:363
Function
isSameDay
(date1: Date, date2: Date)
examples/typedoc-parity/src/utils/date.ts:363
Method
isServerError
* Checks if error is a server error (5xx)
examples/typedoc-basic/src/services/HttpClient.ts:160
Method
isServerError
* Checks if error is a server error (5xx)
examples/typedoc-parity/src/services/HttpClient.ts:160
Function
isSuccessResponse
(response: ApiResponse<T>)
examples/typedoc-basic/src/types/api.ts:517
Function
isSuccessResponse
(response: ApiResponse<T>)
examples/typedoc-parity/src/types/api.ts:517
Function
isTouched
* Whether the field has been touched
examples/typedoc-basic/src/components/Form.ts:341
← previous
next →
1,101–1,200 of 1,410, ranked by callers