Skip to main content
Home

latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
70%
Published
a year ago (0.8.0)

easy_std

Generic Deno standard library, focused on ease of use


scripts

release

  1. export your current version number to version.ts
// version.ts or src/version.ts
export const version = "0.0.0";
  1. update your deno.json
// deno.json or deno.jsonc
{
  "tasks": {
    "start": "deno run mod.ts",
    "release": "deno run --allow-read --allow-write --allow-env --allow-run https://deno.land/x/easy_std/scripts/release.ts"
  }
}
  1. executing the deno task will automatically update the version
deno task release

function

The functions provided by this package are safe, efficient, and support multiple platforms at the same time。


License

Made with markthree

Published under MIT License.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@markthree/easy-std

Import symbol

import * as easy_std from "@markthree/easy-std";
or

Import directly with a jsr specifier

import * as easy_std from "jsr:@markthree/easy-std";

Add Package

pnpm i jsr:@markthree/easy-std
or (using pnpm 10.8 or older)
pnpm dlx jsr add @markthree/easy-std

Import symbol

import * as easy_std from "@markthree/easy-std";

Add Package

yarn add jsr:@markthree/easy-std
or (using Yarn 4.8 or older)
yarn dlx jsr add @markthree/easy-std

Import symbol

import * as easy_std from "@markthree/easy-std";

Add Package

vlt install jsr:@markthree/easy-std

Import symbol

import * as easy_std from "@markthree/easy-std";

Add Package

npx jsr add @markthree/easy-std

Import symbol

import * as easy_std from "@markthree/easy-std";

Add Package

bunx jsr add @markthree/easy-std

Import symbol

import * as easy_std from "@markthree/easy-std";