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
Method
canPurchase
* Checks if the product is available for purchase * * @returns True if product can be purchased
examples/typedoc-basic/src/models/Product.ts:317
Method
canPurchase
* Checks if the product is available for purchase * * @returns True if product can be purchased
examples/typedoc-parity/src/models/Product.ts:317
Function
checkRule
* Checks a single validation rule * * @param rule - Rule to check * @param value - Value to validate * @returns True if rule passes
examples/typedoc-basic/src/components/Form.ts:292
Function
checkRule
* Checks a single validation rule * * @param rule - Rule to check * @param value - Value to validate * @returns True if rule passes
examples/typedoc-parity/src/components/Form.ts:292
Function
chunk
(array: T[], size: number)
examples/typedoc-basic/src/utils/array.ts:105
Function
chunk
(array: T[], size: number)
examples/typedoc-parity/src/utils/array.ts:105
Method
clear
* Stop and clear the queue, aborting any in-flight task. * * @override * @returns {void}
docs-site/src/queue.js:158
Function
compose
( ...hocs: Array<HOC<P, P>> )
examples/typedoc-basic/src/components/base/Component.ts:545
Function
compose
( ...hocs: Array<HOC<P, P>> )
examples/typedoc-parity/src/components/base/Component.ts:545
Function
compute
()
packages/rang/src/components/toc-utils.ts:251
Function
configure
(opts: { retries: number; label?: string; point: Point })
examples/typedoc-parity/src/parity.ts:81
Function
constructor
* Creates a new Component instance * * @param props - Initial component props
examples/typedoc-basic/src/components/base/Component.ts:211
Function
constructor
(id: string)
examples/typedoc-parity/src/parity.ts:19
Function
constructor
* Creates a new Component instance * * @param props - Initial component props
examples/typedoc-parity/src/components/base/Component.ts:211
Method
constructor
* @param who - The name to greet.
packages/typedoc/__fixtures__/basic/src/index.ts:15
Method
constructor
* Create a new cache. * * @param {CacheOptions} [options={}] - Configuration for the cache. * @param {number} [options.maxSize=100] - Max ent
docs-site/src/cache.js:62
Method
constructor
@param {Object} data - Arbitrary record fields.
docs-site/src/contracts.js:87
Method
constructor
* @param {Object} [options={}] - Queue configuration. * @param {number} [options.concurrency=1] - How many tasks run at once * (clamped to {@l
docs-site/src/queue.js:69
Method
constructor
* Create a store. * * @param capacity - Maximum number of entries before {@link Store.set} throws. * @param logger - Optional logger for diag
docs-site/typedoc-src/index.ts:102
Method
constructor
* Creates a new HttpError * * @param message - Error message * @param status - HTTP status code * @param url - Request URL * @param con
examples/typedoc-basic/src/services/HttpClient.ts:141
Method
constructor
* Creates a new HttpClient instance * * @param options - Client configuration options * @param options.baseUrl - Base URL for all requests
examples/typedoc-basic/src/services/HttpClient.ts:275
Method
constructor
* Creates a new Cache instance * * @param options - Cache configuration options * * @example * ```typescript * const cache = new Cac
examples/typedoc-basic/src/services/cache/Cache.ts:190
Method
constructor
* Creates a new User instance * * @param data - User data to initialize the instance
examples/typedoc-basic/src/models/User.ts:203
Method
constructor
* Creates a new Product instance * * @param data - Product data
examples/typedoc-basic/src/models/Product.ts:275
Method
constructor
* Creates a new ProductCollection * * @param initialProducts - Optional initial products array
examples/typedoc-basic/src/models/Product.ts:401
Method
constructor
(id: string, name: string)
examples/typedoc-parity/src/parity.ts:42
Method
constructor
* Creates a new HttpError * * @param message - Error message * @param status - HTTP status code * @param url - Request URL * @param con
examples/typedoc-parity/src/services/HttpClient.ts:141
Method
constructor
* Creates a new HttpClient instance * * @param options - Client configuration options * @param options.baseUrl - Base URL for all requests
examples/typedoc-parity/src/services/HttpClient.ts:275
Method
constructor
* Creates a new Cache instance * * @param options - Cache configuration options * * @example * ```typescript * const cache = new Cac
examples/typedoc-parity/src/services/cache/Cache.ts:190
Method
constructor
* Creates a new User instance * * @param data - User data to initialize the instance
examples/typedoc-parity/src/models/User.ts:203
Method
constructor
* Creates a new Product instance * * @param data - Product data
examples/typedoc-parity/src/models/Product.ts:275
Method
constructor
* Creates a new ProductCollection * * @param initialProducts - Optional initial products array
examples/typedoc-parity/src/models/Product.ts:401
Method
constructor
* Create an entity. * @param {string} id - Unique identifier. * @throws {TypeError} If ID is not a string.
examples/basic/src/CoreShema.js:63
Method
constructor
* @param {string} id - The processor ID. * @param {Object} [options] - Configuration. * @param {number} [options.timeout=5000] - Timeout in ms.
examples/basic/src/DataProcessor.js:41
Method
constructor
(id, maxRetries = 0)
examples/basic/src/queue/AbstractJob.js:20
Method
constructor
* Build a new queue. * * @param {string} name - A unique, human-readable queue name. * @param {Object} [options] - Tuning knobs. * @param
examples/basic/src/queue/Queue.js:69
Method
constructor
(snapshot)
examples/basic/src/queue/Queue.js:238
Method
constructor
* @param {string} id - Unique job id. * @arg {Function} work - The async function to run. * @argument {number} [maxRetries=3] - How many times t
examples/basic/src/queue/RetryJob.js:26
Method
constructor
* Create a user. * @constructor * @param {string} id - Unique identifier * @param {string} name - Full name
examples/basic/src/models/Users.js:12
Method
constructor
* Create a widget. * * @param {string} id - A unique identifier for the widget. * @param {object} [options={}] - Optional configuration. *
examples/with-i18n-example/src/index.js:37
Function
copyPage
()
packages/rang/src/components/CopyPageButton.tsx:100
Method
count
()
packages/utils/src/salty.ts:14
Function
createCache
(entries, options)
docs-site/src/cache.js:204
Function
createComponent
( render: FunctionComponent<P> )
examples/typedoc-basic/src/components/base/Component.ts:520
Function
createComponent
( render: FunctionComponent<P> )
examples/typedoc-parity/src/components/base/Component.ts:520
Function
createErrorResponse
( code: string, message: string, status?: HttpStatusCode, details?: ErrorDetail[] )
examples/typedoc-basic/src/types/api.ts:483
Function
createErrorResponse
( code: string, message: string, status?: HttpStatusCode, details?: ErrorDetail[] )
examples/typedoc-parity/src/types/api.ts:483
Function
createEventEmitter
()
examples/typedoc-basic/src/services/EventEmitter.ts:520
Function
createEventEmitter
()
examples/typedoc-parity/src/services/EventEmitter.ts:520
Function
createFormatter
(widthOrTemplate: number | string)
docs-site/typedoc-src/index.ts:159
Function
createHttpClient
(baseUrl: string)
examples/typedoc-basic/src/services/HttpClient.ts:502
Function
createHttpClient
(baseUrl: string)
examples/typedoc-parity/src/services/HttpClient.ts:502
Function
createNamespacedCache
( cache: Cache<string, V>, namespace: string )
examples/typedoc-basic/src/services/cache/Cache.ts:583
Function
createNamespacedCache
( cache: Cache<string, V>, namespace: string )
examples/typedoc-parity/src/services/cache/Cache.ts:583
Function
createSuccessResponse
(data: T, meta?: ResponseMeta)
examples/typedoc-basic/src/types/api.ts:455
Function
createSuccessResponse
(data: T, meta?: ResponseMeta)
examples/typedoc-parity/src/types/api.ts:455
Function
createUser
(payload, cb)
examples/basic/src/services/UserService.js:29
Function
createWidget
(config)
examples/with-i18n-example/src/index.js:81
Function
dateDiff
( date1: Date, date2: Date, unit: 'seconds' | 'minutes' | 'hours' | 'days' | 'weeks' | 'months' | 'years
examples/typedoc-basic/src/utils/date.ts:421
Function
dateDiff
( date1: Date, date2: Date, unit: 'seconds' | 'minutes' | 'hours' | 'days' | 'weeks' | 'months' | 'years
examples/typedoc-parity/src/utils/date.ts:421
Function
defaultRunner
({ command, args, cwd, env })
packages/aadesh/src/extract-manifest.ts:65
Function
defineTask
* Define a {@link Task} without writing the object literal by hand. * * A convenience global that mirrors the {@link createCache} factory — handy fo
docs-site/src/globals.js:60
Method
delete
* Performs a DELETE request * * @typeParam T - Expected response data type * @param path - Request path * @param config - Request configur
examples/typedoc-basic/src/services/HttpClient.ts:408
Method
delete
* Performs a DELETE request * * @typeParam T - Expected response data type * @param path - Request path * @param config - Request configur
examples/typedoc-parity/src/services/HttpClient.ts:408
Method
describe
Overrides {@link Base.describe}.
examples/typedoc-parity/src/parity.ts:47
Method
destroy
* Destroys the cache and cleans up resources
examples/typedoc-parity/src/services/cache/Cache.ts:463
Function
difference
(a: T[], b: T[])
examples/typedoc-basic/src/utils/array.ts:184
Function
difference
(a: T[], b: T[])
examples/typedoc-parity/src/utils/array.ts:184
Method
distinct
(key: keyof T)
packages/utils/src/salty.ts:26
Method
drain
* Run every pending task and resolve once the queue is empty. * * @async * @returns {Promise<number>} The number of tasks that ran. * @fir
docs-site/src/queue.js:108
Function
emit
* Emits an event * * @typeParam T - Event data type * @param type - Event type * @param data - Event data * * @example * ```types
examples/typedoc-basic/src/components/base/Component.ts:382
Function
emit
* Emits an event * * @typeParam T - Event data type * @param type - Event type * @param data - Event data * * @example * ```types
examples/typedoc-parity/src/components/base/Component.ts:382
Method
emitAsync
* Emits an event and waits for all async handlers * * @typeParam K - Event name type * @param event - Event name to emit * @param data - E
examples/typedoc-basic/src/services/EventEmitter.ts:315
Method
emitAsync
* Emits an event and waits for all async handlers * * @typeParam K - Event name type * @param event - Event name to emit * @param data - E
examples/typedoc-parity/src/services/EventEmitter.ts:315
Function
endOf
(date: Date, unit: 'day' | 'week' | 'month' | 'year')
examples/typedoc-basic/src/utils/date.ts:324
Function
endOf
(date: Date, unit: 'day' | 'week' | 'month' | 'year')
examples/typedoc-parity/src/utils/date.ts:324
Function
escapeHtml
(str: string)
examples/typedoc-basic/src/utils/string.ts:212
Function
escapeHtml
(str: string)
examples/typedoc-parity/src/utils/string.ts:212
Method
eventNames
* Gets all event names with listeners * * @returns Array of event names
examples/typedoc-basic/src/services/EventEmitter.ts:372
Method
eventNames
* Gets all event names with listeners * * @returns Array of event names
examples/typedoc-parity/src/services/EventEmitter.ts:372
Method
execute
* The concrete work this job performs. Subclasses **must** override it. * * @abstract * @async * @param {Object} [context] - Ambient data
examples/basic/src/queue/AbstractJob.js:54
Function
failing
({ env })
packages/aadesh/src/__tests__/commands.test.ts:408
Function
fakeDB
()
packages/setu/src/__tests__/validate.test.ts:90
Function
fibonacci
* Generate numbers in the Fibonacci sequence. * * @generator * @function fibonacci * @yields {number} The next number in the Fibonacci sequence.
examples/basic/src/generators/generator.js:9
Method
filterByCategory
* Filters products by category * * @param category - Category to filter by * @returns Array of matching products
examples/typedoc-basic/src/models/Product.ts:453
Method
filterByCategory
* Filters products by category * * @param category - Category to filter by * @returns Array of matching products
examples/typedoc-parity/src/models/Product.ts:453
Function
findChildById
* Finds a child component by ID * * @param id - Component ID to find * @returns Found component or undefined
examples/typedoc-basic/src/components/base/Component.ts:445
Function
findChildById
* Finds a child component by ID * * @param id - Component ID to find * @returns Found component or undefined
examples/typedoc-parity/src/components/base/Component.ts:445
Function
first
(array: T[])
examples/typedoc-basic/src/utils/array.ts:415
Function
first
(array: T[])
examples/typedoc-parity/src/utils/array.ts:415
Method
first
()
packages/utils/src/salty.ts:12
Function
flatten
(array: unknown[], depth = 1)
examples/typedoc-basic/src/utils/array.ts:134
Function
flatten
(array: unknown[], depth = 1)
examples/typedoc-parity/src/utils/array.ts:134
Method
forEach
* Iterates over cache entries * * @param callback - Function called for each entry * * @example * ```typescript * cache.forEach((val
examples/typedoc-parity/src/services/cache/Cache.ts:452
Function
formatDate
( date: Date | number | string, format: 'short' | 'medium' | 'long' | 'full' = 'medium', options: DateFo
examples/typedoc-basic/src/utils/date.ts:68
Function
formatDate
( date: Date | number | string, format: 'short' | 'medium' | 'long' | 'full' = 'medium', options: DateFo
examples/typedoc-parity/src/utils/date.ts:68
Function
formatDateTime
( date: Date | number | string, dateFormat: 'short' | 'medium' | 'long' | 'full' = 'medium', timeFormat:
examples/typedoc-basic/src/utils/date.ts:134
Function
formatDateTime
( date: Date | number | string, dateFormat: 'short' | 'medium' | 'long' | 'full' = 'medium', timeFormat:
examples/typedoc-parity/src/utils/date.ts:134
Function
formatDuration
(ms: number, options: { verbose?: boolean } = {})
examples/typedoc-basic/src/utils/date.ts:500
Function
formatDuration
(ms: number, options: { verbose?: boolean } = {})
examples/typedoc-parity/src/utils/date.ts:500
← previous
next →
1,001–1,100 of 1,410, ranked by callers