Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@markuplint/i18n

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@markuplint/i18n - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1-dev.20220307.0

4

lib/translator.d.ts

@@ -6,4 +6,2 @@ import type { LocaleSet, Primitive, Translator } from './types';

*/
export declare function taggedTemplateTranslator(
localeSet?: LocaleSet,
): (strings: TemplateStringsArray, ...keys: Primitive[]) => string;
export declare function taggedTemplateTranslator(localeSet?: LocaleSet): (strings: TemplateStringsArray, ...keys: Primitive[]) => string;
export declare type Translator = (messageTmpl: string | string[], ...keywords: Primitive[]) => string;
export declare type LocaleSet = {
locale: string;
listFormat?: ListFormat;
keywords?: LocalesKeywords;
sentences?: LocalesKeywords;
locale: string;
listFormat?: ListFormat;
keywords?: LocalesKeywords;
sentences?: LocalesKeywords;
};
export declare type ListFormat = {
quoteStart: string;
quoteEnd: string;
separator: string;
quoteStart: string;
quoteEnd: string;
separator: string;
};
export declare type Primitive = string | number | boolean;
export declare type LocalesKeywords = {
[messageId: string]: string | void;
[messageId: string]: string | void;
};
{
"name": "@markuplint/i18n",
"version": "2.0.0",
"version": "2.0.1-dev.20220307.0",
"description": "HTML parser for markuplint",

@@ -18,3 +18,3 @@ "repository": "git@github.com:markuplint/markuplint.git",

},
"gitHead": "de81fc514acdf472f87184e3499e9364258f9b66"
"gitHead": "c0a9d36c32ae278bd2fdb9ec9434fd4af46918c3"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc