Skip to content

Commit c4bf225

Browse files
committed
docs: remove example
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 07e8560 commit c4bf225

File tree

1 file changed

+0
-12
lines changed
  • lib/node_modules/@stdlib/utils/define-memoized-property/docs/types

1 file changed

+0
-12
lines changed

lib/node_modules/@stdlib/utils/define-memoized-property/docs/types/index.d.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,6 @@ import { PropertyName, DataPropertyDescriptor } from '@stdlib/types/object';
2424

2525
/**
2626
* Interface describing the property descriptor object for creating a memoized object property.
27-
*
28-
* @example
29-
* function foo() {
30-
* return 'bar';
31-
* }
32-
*
33-
* var desc = PropertyDescriptor = {
34-
* 'configurable': false,
35-
* 'enumerable': false,
36-
* 'writable': false,
37-
* 'value': foo
38-
* };
3927
*/
4028
interface PropertyDescriptor extends DataPropertyDescriptor {
4129
/**

0 commit comments

Comments
 (0)