@divriots/studio-inline-template-styles-urls
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Template ES Module

This is a template for creating ES Module

Table of Contents

Install

This project uses npm. Go check them out if you don't have them locally installed.

$ npm install --save template-module-ts
// using ES6 modules
import { countLetter } from "@wcd/template-module-ts";

or

<script type="module" src="https://unpkg.com/@wcd/template-module-ts"></script>

Usage

import { countLetter } from "@wcd/template-module-ts";

const hello_world_count = countLetter("Hello world");

// get count of a particular letter
hello_world_count["w"];

Readme

Keywords

none

Package Sidebar

Install

npm i @divriots/studio-inline-template-styles-urls

Weekly Downloads

2

Version

0.0.4

License

ISC

Unpacked Size

5.39 kB

Total Files

8

Last publish

Collaborators

  • muryoh
  • gqio
  • georges-gomes
  • gluck
  • _divriots_