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

0.3.0 • Public • Published

Installation

npm install --save @types/to-object-path

Summary

This package contains type definitions for to-object-path (https://github.com/jonschlinkert/to-object-path).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/to-object-path.

index.d.ts

type Path = string | Path[];

declare function toPath(...paths: Path[]): string;

export = toPath;

Additional Details

  • Last updated: Tue, 05 Dec 2023 00:24:19 GMT
  • Dependencies: none

Credits

These definitions were written by Tristan F..

/@types/to-object-path/

    Package Sidebar

    Install

    npm i @types/to-object-path

    Weekly Downloads

    4,837

    Version

    0.3.0

    License

    MIT

    Unpacked Size

    2.78 kB

    Total Files

    5

    Last publish

    Collaborators

    • types