@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/runes

Weekly Downloads

7,966

Version

0.4.3

License

MIT

Unpacked Size

2.85 kB

Total Files

5

Last publish

Collaborators

  • types