Skip to main content
Home
This release is 3 versions behind 2.1.0 — the latest version of @yuo/lin. Jump to latest

@yuo/lin@2.0.2
Built and signed on GitHub Actions

auto-i18n

This package works with Node.js, Deno, BunIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
47%
Published
a week ago (2.0.2)
function defineConfig
defineConfig(config: Partial<Omit<ConfigTypes.Config, "locale" | "debug">>): Partial<ConfigTypes.Config>

Parameters

config: Partial<Omit<ConfigTypes.Config, "locale" | "debug">>

Return Type

Partial<ConfigTypes.Config>

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:@yuo/lin

Import symbol

import { defineConfig } from "@yuo/lin";
or

Import directly with a jsr specifier

import { defineConfig } from "jsr:@yuo/lin";

Add Package

pnpm i jsr:@yuo/lin
or (using pnpm 10.8 or older)
pnpm dlx jsr add @yuo/lin

Import symbol

import { defineConfig } from "@yuo/lin";

Add Package

yarn add jsr:@yuo/lin
or (using Yarn 4.8 or older)
yarn dlx jsr add @yuo/lin

Import symbol

import { defineConfig } from "@yuo/lin";

Add Package

vlt install jsr:@yuo/lin

Import symbol

import { defineConfig } from "@yuo/lin";

Add Package

npx jsr add @yuo/lin

Import symbol

import { defineConfig } from "@yuo/lin";

Add Package

bunx jsr add @yuo/lin

Import symbol

import { defineConfig } from "@yuo/lin";