@flayyer/ping-module
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@flayyer/ping-module

Monitor and pre-render Flayyer URLs - CommonJS compatible module

Install

This module supports TypeScript and JavaScript.

npm install --save @flayyer/ping-module

# or with yarn:
yarn add @flayyer/ping-module

Usage

CommonJS import

Note: this module is intended for browsers only. We are working on a Node.js version.

const ping = require("@flayyer/ping-module");

// Add this to your app initialization logic. Make sure to execute it only once.
ping();

ES Import

import ping from "@flayyer/ping-module";

// Add this to your app initialization logic. Make sure to execute it only once.
ping();

Package Sidebar

Install

npm i @flayyer/ping-module

Homepage

flayyer.com

Weekly Downloads

6

Version

1.1.0

License

MIT

Unpacked Size

2.04 kB

Total Files

4

Last publish

Collaborators

  • francomendez
  • lopezjurip