1.1.1 • Published 4 years ago

yassium v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

yassium

ES2015 Template Tag for Python-like format strings. Powered by Proxy

Build Status

Installation

$ npm install yassium

Usage

const y = require("yassium");

const simplePlaceholder = y`hello ${y}`;
simplePlaceholder("world") === "hello world";

const nestedValue = y`my favorite number is ${y.lol.length}`;
nestedValue({ lol: ["something"] }) === "my favorite number is 1";

Links

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

6 years ago

1.0.0

6 years ago