mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
149839b60c
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com> Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
13 lines
267 B
JSON
13 lines
267 B
JSON
{
|
|
"name": "@std/random",
|
|
"version": "0.1.0",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./between": "./between.ts",
|
|
"./integer-between": "./integer_between.ts",
|
|
"./sample": "./sample.ts",
|
|
"./seeded": "./seeded.ts",
|
|
"./shuffle": "./shuffle.ts"
|
|
}
|
|
}
|