@stdlib/datasets-fivethirtyeight-ffq 0.0.8 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +1 -1
- package/README.md +36 -67
- package/SECURITY.md +5 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +5 -0
- package/dist/index.js.map +7 -0
- package/docs/types/index.d.ts +1 -1
- package/lib/index.js +2 -2
- package/lib/main.js +0 -1
- package/package.json +6 -23
- package/bin/cli +0 -77
- package/docs/repl.txt +0 -28
- package/docs/types/test.ts +0 -32
- package/docs/usage.txt +0 -8
- package/etc/cli_opts.json +0 -14
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2024 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -18,6 +18,17 @@ limitations under the License.
|
|
|
18
18
|
|
|
19
19
|
-->
|
|
20
20
|
|
|
21
|
+
|
|
22
|
+
<details>
|
|
23
|
+
<summary>
|
|
24
|
+
About stdlib...
|
|
25
|
+
</summary>
|
|
26
|
+
<p>We believe in a future in which the web is a preferred environment for numerical computation. To help realize this future, we've built stdlib. stdlib is a standard library, with an emphasis on numerical and scientific computation, written in JavaScript (and C) for execution in browsers and in Node.js.</p>
|
|
27
|
+
<p>The library is fully decomposable, being architected in such a way that you can swap out and mix and match APIs and functionality to cater to your exact preferences and use cases.</p>
|
|
28
|
+
<p>When you use stdlib, you can be absolutely certain that you are using the most thorough, rigorous, well-written, studied, documented, tested, measured, and high-quality code out there.</p>
|
|
29
|
+
<p>To join us in bringing numerical computing to the web, get started by checking us out on <a href="https://github.com/stdlib-js/stdlib">GitHub</a>, and please consider <a href="https://opencollective.com/stdlib">financially supporting stdlib</a>. We greatly appreciate your continued support!</p>
|
|
30
|
+
</details>
|
|
31
|
+
|
|
21
32
|
# FiveThirtyEight Food Frequency Questionnaire
|
|
22
33
|
|
|
23
34
|
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
|
|
@@ -109,64 +120,7 @@ console.log( results.print() );
|
|
|
109
120
|
|
|
110
121
|
<!-- /.examples -->
|
|
111
122
|
|
|
112
|
-
* * *
|
|
113
|
-
|
|
114
|
-
<section class="cli">
|
|
115
|
-
|
|
116
|
-
## CLI
|
|
117
|
-
|
|
118
|
-
<section class="installation">
|
|
119
|
-
|
|
120
|
-
## Installation
|
|
121
|
-
|
|
122
|
-
To use the module as a general utility, install the module globally
|
|
123
|
-
|
|
124
|
-
```bash
|
|
125
|
-
npm install -g @stdlib/datasets-fivethirtyeight-ffq
|
|
126
|
-
```
|
|
127
|
-
|
|
128
|
-
</section>
|
|
129
|
-
|
|
130
|
-
<!-- CLI usage documentation. -->
|
|
131
|
-
|
|
132
|
-
<section class="usage">
|
|
133
|
-
|
|
134
|
-
### Usage
|
|
135
|
-
|
|
136
|
-
```text
|
|
137
|
-
Usage: fivethirtyeight-ffq [options]
|
|
138
|
-
|
|
139
|
-
Options:
|
|
140
|
-
|
|
141
|
-
-h, --help Print this message.
|
|
142
|
-
-V, --version Print the package version.
|
|
143
|
-
```
|
|
144
|
-
|
|
145
|
-
</section>
|
|
146
|
-
|
|
147
|
-
<!-- /.usage -->
|
|
148
|
-
|
|
149
|
-
<section class="notes">
|
|
150
|
-
|
|
151
|
-
### Notes
|
|
152
|
-
|
|
153
|
-
- Data is written to `stdout` as comma-separated values ([CSV][csv]), where the first line is a header line.
|
|
154
|
-
|
|
155
|
-
<section class="examples">
|
|
156
|
-
|
|
157
|
-
### Examples
|
|
158
|
-
|
|
159
|
-
```bash
|
|
160
|
-
$ fivethirtyeight-ffq
|
|
161
|
-
```
|
|
162
|
-
|
|
163
|
-
</section>
|
|
164
|
-
|
|
165
|
-
<!-- /.examples -->
|
|
166
|
-
|
|
167
|
-
</section>
|
|
168
123
|
|
|
169
|
-
<!-- /.cli -->
|
|
170
124
|
|
|
171
125
|
* * *
|
|
172
126
|
|
|
@@ -192,6 +146,11 @@ The data files (databases) are licensed under an [Open Data Commons Attribution
|
|
|
192
146
|
|
|
193
147
|
<section class="related">
|
|
194
148
|
|
|
149
|
+
## See Also
|
|
150
|
+
|
|
151
|
+
- <span class="package-name">[`@stdlib/datasets-fivethirtyeight-ffq-cli`][@stdlib/datasets-fivethirtyeight-ffq-cli]</span><span class="delimiter">: </span><span class="description">CLI package for use as a command-line utility.</span>
|
|
152
|
+
|
|
153
|
+
|
|
195
154
|
</section>
|
|
196
155
|
|
|
197
156
|
<!-- /.related -->
|
|
@@ -217,7 +176,7 @@ For more information on the project, filing bug reports and feature requests, an
|
|
|
217
176
|
|
|
218
177
|
## Copyright
|
|
219
178
|
|
|
220
|
-
Copyright © 2016-
|
|
179
|
+
Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
221
180
|
|
|
222
181
|
</section>
|
|
223
182
|
|
|
@@ -227,11 +186,13 @@ Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
|
|
|
227
186
|
|
|
228
187
|
<section class="links">
|
|
229
188
|
|
|
189
|
+
[@stdlib/datasets-fivethirtyeight-ffq-cli]: https://www.npmjs.com/package/@stdlib/datasets-fivethirtyeight-ffq-cli
|
|
190
|
+
|
|
230
191
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/datasets-fivethirtyeight-ffq.svg
|
|
231
192
|
[npm-url]: https://npmjs.org/package/@stdlib/datasets-fivethirtyeight-ffq
|
|
232
193
|
|
|
233
|
-
[test-image]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq/actions/workflows/test.yml/badge.svg
|
|
234
|
-
[test-url]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq/actions/workflows/test.yml
|
|
194
|
+
[test-image]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq/actions/workflows/test.yml/badge.svg?branch=v0.2.0
|
|
195
|
+
[test-url]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq/actions/workflows/test.yml?query=branch:v0.2.0
|
|
235
196
|
|
|
236
197
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/datasets-fivethirtyeight-ffq/main.svg
|
|
237
198
|
[coverage-url]: https://codecov.io/github/stdlib-js/datasets-fivethirtyeight-ffq?branch=main
|
|
@@ -243,19 +204,27 @@ Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
|
|
|
243
204
|
|
|
244
205
|
-->
|
|
245
206
|
|
|
207
|
+
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
|
|
208
|
+
[chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im
|
|
209
|
+
|
|
210
|
+
[stdlib]: https://github.com/stdlib-js/stdlib
|
|
211
|
+
|
|
212
|
+
[stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors
|
|
213
|
+
|
|
214
|
+
[cli-section]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq#cli
|
|
215
|
+
[cli-url]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq/tree/cli
|
|
216
|
+
[@stdlib/datasets-fivethirtyeight-ffq]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq/tree/main
|
|
217
|
+
|
|
246
218
|
[umd]: https://github.com/umdjs/umd
|
|
247
219
|
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
248
220
|
|
|
249
221
|
[deno-url]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq/tree/deno
|
|
222
|
+
[deno-readme]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq/blob/deno/README.md
|
|
250
223
|
[umd-url]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq/tree/umd
|
|
224
|
+
[umd-readme]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq/blob/umd/README.md
|
|
251
225
|
[esm-url]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq/tree/esm
|
|
252
|
-
|
|
253
|
-
[
|
|
254
|
-
[chat-url]: https://gitter.im/stdlib-js/stdlib/
|
|
255
|
-
|
|
256
|
-
[stdlib]: https://github.com/stdlib-js/stdlib
|
|
257
|
-
|
|
258
|
-
[stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors
|
|
226
|
+
[esm-readme]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq/blob/esm/README.md
|
|
227
|
+
[branches-url]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq/blob/main/branches.md
|
|
259
228
|
|
|
260
229
|
[odc-by-1.0]: http://opendatacommons.org/licenses/by/1.0/
|
|
261
230
|
|
package/SECURITY.md
ADDED
package/dist/index.d.ts
ADDED
package/dist/index.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";var s=function(r,e){return function(){return e||r((e={exports:{}}).exports,e),e.exports}};var t=s(function(f,a){
|
|
2
|
+
var i=require("path").resolve,n=require('@stdlib/fs-read-json/dist').sync,o=i(__dirname,"..","data","data.json"),u={encoding:"utf8"};function v(){var r=n(o,u);if(r instanceof Error)throw r;return r}a.exports=v
|
|
3
|
+
});var d=t();module.exports=d;
|
|
4
|
+
/** @license Apache-2.0 */
|
|
5
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../lib/main.js", "../lib/index.js"],
|
|
4
|
+
"sourcesContent": ["/**\n* @license Apache-2.0\n*\n* Copyright (c) 2019 The Stdlib Authors.\n*\n* Licensed under the Apache License, Version 2.0 (the \"License\");\n* you may not use this file except in compliance with the License.\n* You may obtain a copy of the License at\n*\n* http://www.apache.org/licenses/LICENSE-2.0\n*\n* Unless required by applicable law or agreed to in writing, software\n* distributed under the License is distributed on an \"AS IS\" BASIS,\n* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n* See the License for the specific language governing permissions and\n* limitations under the License.\n*/\n\n'use strict';\n\n// MODULES //\n\nvar resolve = require( 'path' ).resolve;\nvar readJSON = require( '@stdlib/fs-read-json' ).sync;\n\n\n// VARIABLES //\n\nvar fpath = resolve( __dirname, '..', 'data', 'data.json' );\nvar opts = {\n\t'encoding': 'utf8'\n};\n\n\n// MAIN //\n\n/**\n* Returns FiveThirtyEight reader responses to a food frequency questionnaire (FFQ).\n*\n* ## Notes\n*\n* - This function synchronously reads data from disk for each invocation. Such behavior is intentional and so is the avoidance of `require`. We assume that invocations are infrequent, and we want to avoid the `require` cache. This means that we allow data to be garbage collected and a user is responsible for explicitly caching data.\n*\n* @throws {Error} unable to read data\n* @returns {ObjectArray} FFQ data\n*\n* @example\n* var data = dataset();\n* // returns [ {...}, ... ]\n*/\nfunction dataset() {\n\tvar data = readJSON( fpath, opts );\n\tif ( data instanceof Error ) {\n\t\tthrow data;\n\t}\n\treturn data;\n}\n\n\n// EXPORTS //\n\nmodule.exports = dataset;\n", "/**\n* @license Apache-2.0\n*\n* Copyright (c) 2019 The Stdlib Authors.\n*\n* Licensed under the Apache License, Version 2.0 (the \"License\");\n* you may not use this file except in compliance with the License.\n* You may obtain a copy of the License at\n*\n* http://www.apache.org/licenses/LICENSE-2.0\n*\n* Unless required by applicable law or agreed to in writing, software\n* distributed under the License is distributed on an \"AS IS\" BASIS,\n* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n* See the License for the specific language governing permissions and\n* limitations under the License.\n*/\n\n'use strict';\n\n/**\n* FiveThirtyEight reader responses to a food frequency questionnaire (FFQ).\n*\n* @module @stdlib/datasets-fivethirtyeight-ffq\n*\n* @example\n* var dataset = require( '@stdlib/datasets-fivethirtyeight-ffq' );\n* var data = dataset();\n* // returns [ {...}, ... ]\n*/\n\n// MODULES //\n\nvar main = require( './main.js' );\n\n\n// EXPORTS //\n\nmodule.exports = main;\n"],
|
|
5
|
+
"mappings": "uGAAA,IAAAA,EAAAC,EAAA,SAAAC,EAAAC,EAAA,cAsBA,IAAIC,EAAU,QAAS,MAAO,EAAE,QAC5BC,EAAW,QAAS,sBAAuB,EAAE,KAK7CC,EAAQF,EAAS,UAAW,KAAM,OAAQ,WAAY,EACtDG,EAAO,CACV,SAAY,MACb,EAmBA,SAASC,GAAU,CAClB,IAAIC,EAAOJ,EAAUC,EAAOC,CAAK,EACjC,GAAKE,aAAgB,MACpB,MAAMA,EAEP,OAAOA,CACR,CAKAN,EAAO,QAAUK,IC5BjB,IAAIE,EAAO,IAKX,OAAO,QAAUA",
|
|
6
|
+
"names": ["require_main", "__commonJSMin", "exports", "module", "resolve", "readJSON", "fpath", "opts", "dataset", "data", "main"]
|
|
7
|
+
}
|
package/docs/types/index.d.ts
CHANGED
package/lib/index.js
CHANGED
package/lib/main.js
CHANGED
|
@@ -41,7 +41,6 @@ var opts = {
|
|
|
41
41
|
*
|
|
42
42
|
* - This function synchronously reads data from disk for each invocation. Such behavior is intentional and so is the avoidance of `require`. We assume that invocations are infrequent, and we want to avoid the `require` cache. This means that we allow data to be garbage collected and a user is responsible for explicitly caching data.
|
|
43
43
|
*
|
|
44
|
-
*
|
|
45
44
|
* @throws {Error} unable to read data
|
|
46
45
|
* @returns {ObjectArray} FFQ data
|
|
47
46
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/datasets-fivethirtyeight-ffq",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "FiveThirtyEight reader responses to a food frequency questionnaire (FFQ).",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -13,9 +13,6 @@
|
|
|
13
13
|
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
|
-
"bin": {
|
|
17
|
-
"fivethirtyeight-ffq": "./bin/cli"
|
|
18
|
-
},
|
|
19
16
|
"main": "./lib",
|
|
20
17
|
"browser": "./lib/browser.js",
|
|
21
18
|
"directories": {
|
|
@@ -43,28 +40,14 @@
|
|
|
43
40
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
44
41
|
},
|
|
45
42
|
"dependencies": {
|
|
46
|
-
"@stdlib/
|
|
47
|
-
"@stdlib/
|
|
48
|
-
"@stdlib/fs-read-json": "^0.0.x",
|
|
49
|
-
"@stdlib/streams-node-stdout": "^0.0.x",
|
|
50
|
-
"@stdlib/utils-copy": "^0.0.x"
|
|
43
|
+
"@stdlib/fs-read-json": "^0.2.0",
|
|
44
|
+
"@stdlib/utils-copy": "^0.2.0"
|
|
51
45
|
},
|
|
52
46
|
"devDependencies": {
|
|
53
|
-
"@stdlib/assert-is-array": "^0.0.x",
|
|
54
|
-
"@stdlib/assert-is-browser": "^0.0.x",
|
|
55
|
-
"@stdlib/assert-is-object-array": "^0.0.x",
|
|
56
|
-
"@stdlib/assert-is-windows": "^0.0.x",
|
|
57
|
-
"@stdlib/bench": "^0.0.x",
|
|
58
|
-
"@stdlib/fs-write-file": "^0.0.x",
|
|
59
|
-
"@stdlib/process-exec-path": "^0.0.x",
|
|
60
|
-
"@stdlib/regexp-eol": "^0.0.x",
|
|
61
|
-
"@stdlib/stats-ttest2": "^0.0.x",
|
|
62
|
-
"@stdlib/utils-bifurcate-by": "^0.0.x",
|
|
63
|
-
"@stdlib/utils-inmap": "^0.0.x",
|
|
64
47
|
"proxyquire": "^2.0.0",
|
|
65
48
|
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
|
66
49
|
"istanbul": "^0.4.1",
|
|
67
|
-
"tap-
|
|
50
|
+
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
|
|
68
51
|
},
|
|
69
52
|
"engines": {
|
|
70
53
|
"node": ">=0.10.0",
|
|
@@ -104,7 +87,7 @@
|
|
|
104
87
|
"spurious"
|
|
105
88
|
],
|
|
106
89
|
"funding": {
|
|
107
|
-
"type": "
|
|
108
|
-
"url": "https://
|
|
90
|
+
"type": "opencollective",
|
|
91
|
+
"url": "https://opencollective.com/stdlib"
|
|
109
92
|
}
|
|
110
93
|
}
|
package/bin/cli
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* @license Apache-2.0
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) 2019 The Stdlib Authors.
|
|
7
|
-
*
|
|
8
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
|
-
* you may not use this file except in compliance with the License.
|
|
10
|
-
* You may obtain a copy of the License at
|
|
11
|
-
*
|
|
12
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
13
|
-
*
|
|
14
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
15
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
16
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
17
|
-
* See the License for the specific language governing permissions and
|
|
18
|
-
* limitations under the License.
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
'use strict';
|
|
22
|
-
|
|
23
|
-
// MODULES //
|
|
24
|
-
|
|
25
|
-
var createReadStream = require( 'fs' ).createReadStream;
|
|
26
|
-
var resolve = require( 'path' ).resolve;
|
|
27
|
-
var readFileSync = require( '@stdlib/fs-read-file' ).sync;
|
|
28
|
-
var stdout = require( '@stdlib/streams-node-stdout' );
|
|
29
|
-
var CLI = require( '@stdlib/cli-ctor' );
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
// MAIN //
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* Main execution sequence.
|
|
36
|
-
*
|
|
37
|
-
* @private
|
|
38
|
-
*/
|
|
39
|
-
function main() {
|
|
40
|
-
var flags;
|
|
41
|
-
var fpath;
|
|
42
|
-
var cli;
|
|
43
|
-
|
|
44
|
-
// Create a command-line interface:
|
|
45
|
-
cli = new CLI({
|
|
46
|
-
'pkg': require( './../package.json' ),
|
|
47
|
-
'options': require( './../etc/cli_opts.json' ),
|
|
48
|
-
'help': readFileSync( resolve( __dirname, '..', 'docs', 'usage.txt' ), {
|
|
49
|
-
'encoding': 'utf8'
|
|
50
|
-
})
|
|
51
|
-
});
|
|
52
|
-
|
|
53
|
-
// Get any provided command-line options:
|
|
54
|
-
flags = cli.flags();
|
|
55
|
-
if ( flags.help || flags.version ) {
|
|
56
|
-
return;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
// Resolve the data file path:
|
|
60
|
-
fpath = resolve( __dirname, '..', 'data', 'data.csv' );
|
|
61
|
-
|
|
62
|
-
// Print the data to stdout:
|
|
63
|
-
createReadStream( fpath )
|
|
64
|
-
.pipe( stdout )
|
|
65
|
-
.on( 'close', onClose );
|
|
66
|
-
|
|
67
|
-
/**
|
|
68
|
-
* Exits the CLI.
|
|
69
|
-
*
|
|
70
|
-
* @private
|
|
71
|
-
*/
|
|
72
|
-
function onClose() {
|
|
73
|
-
cli.close( 0 );
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
main();
|
package/docs/repl.txt
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
{{alias}}()
|
|
3
|
-
Returns FiveThirtyEight reader responses to a food frequency questionnaire
|
|
4
|
-
(FFQ).
|
|
5
|
-
|
|
6
|
-
Returns
|
|
7
|
-
-------
|
|
8
|
-
out: Array<Object>
|
|
9
|
-
FiveThirtyEight reader responses to a food frequency questionnaire
|
|
10
|
-
(FFQ).
|
|
11
|
-
|
|
12
|
-
Examples
|
|
13
|
-
--------
|
|
14
|
-
> var data = {{alias}}()
|
|
15
|
-
[ {...}, ... ]
|
|
16
|
-
|
|
17
|
-
References
|
|
18
|
-
----------
|
|
19
|
-
- Aschwanden, Christie. 2016. "You Can't Trust What You Read About
|
|
20
|
-
Nutrition." <https://fivethirtyeight.com/features/you-cant-trust-what-you-
|
|
21
|
-
read-about-nutrition/>.
|
|
22
|
-
|
|
23
|
-
* If you use the data for publication or third party consumption, please
|
|
24
|
-
cite the listed reference.
|
|
25
|
-
|
|
26
|
-
See Also
|
|
27
|
-
--------
|
|
28
|
-
|
package/docs/types/test.ts
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @license Apache-2.0
|
|
3
|
-
*
|
|
4
|
-
* Copyright (c) 2021 The Stdlib Authors.
|
|
5
|
-
*
|
|
6
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
-
* you may not use this file except in compliance with the License.
|
|
8
|
-
* You may obtain a copy of the License at
|
|
9
|
-
*
|
|
10
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
-
*
|
|
12
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
-
* See the License for the specific language governing permissions and
|
|
16
|
-
* limitations under the License.
|
|
17
|
-
*/
|
|
18
|
-
|
|
19
|
-
import dataset = require( './index' );
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
// TESTS //
|
|
23
|
-
|
|
24
|
-
// The function returns an array of objects...
|
|
25
|
-
{
|
|
26
|
-
dataset(); // $ExpectType any[]
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
// The compiler throws an error if the function is provided arguments...
|
|
30
|
-
{
|
|
31
|
-
dataset( 3.12 ); // $ExpectError
|
|
32
|
-
}
|
package/docs/usage.txt
DELETED