@types/runes
TypeScript icon, indicating that this package has built-in type declarations

0.4.3 • Public • Published

Installation

npm install --save @types/runes

Summary

This package contains type definitions for runes (https://github.com/dotcypress/runes).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/runes.

index.d.ts

declare function runes(text: string): string[];
declare namespace runes {
    function substr(text: string, start: number, width?: number): string;
}

export = runes;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Jamie Davies.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @types/runes

      Weekly Downloads

      8,896

      Version

      0.4.3

      License

      MIT

      Unpacked Size

      2.85 kB

      Total Files

      5

      Last publish

      Collaborators

      • types