Skip to main content
Home

This package is a code generator which helps working with Locale Sync Service

This package works with Node.js, Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Bun
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
94%
Published
a year ago (1.1.9)

Locale Sync - Typescript

This package is a code generator which helps working with Locale Sync Service in any typescript environment. Since the all the code is generated you will also be able to edit files doing your own implementations, if you want to.

The API itself is RESTful and can be accessed with your account credentials without any need of a SDK.

See docs

You can check our docs for more detailed examples and in-depth understanding

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:@locale-sync/locale-sync

Import symbol

import * as locale_sync from "@locale-sync/locale-sync";
or

Import directly with a jsr specifier

import * as locale_sync from "jsr:@locale-sync/locale-sync";

Add Package

pnpm i jsr:@locale-sync/locale-sync
or (using pnpm 10.8 or older)
pnpm dlx jsr add @locale-sync/locale-sync

Import symbol

import * as locale_sync from "@locale-sync/locale-sync";

Add Package

yarn add jsr:@locale-sync/locale-sync
or (using Yarn 4.8 or older)
yarn dlx jsr add @locale-sync/locale-sync

Import symbol

import * as locale_sync from "@locale-sync/locale-sync";

Add Package

vlt install jsr:@locale-sync/locale-sync

Import symbol

import * as locale_sync from "@locale-sync/locale-sync";

Add Package

npx jsr add @locale-sync/locale-sync

Import symbol

import * as locale_sync from "@locale-sync/locale-sync";

Add Package

bunx jsr add @locale-sync/locale-sync

Import symbol

import * as locale_sync from "@locale-sync/locale-sync";