react-native-path

0.0.5 • Public • Published

react-native-path

path util like nodejs for react-native.

Install

npm install --save react-native-path

Usage

import path from 'react-native-path'

...

path.resolve(...)

...

API

function normalize(path): string
function basename(path, ext): string
function dirname(path): string
function extname(path): string
function format(options): string
function isAbsolute(path): boolean
function parse(path): string
function resolve(): string
function relative(from, to): string

Readme

Keywords

none

Package Sidebar

Install

npm i react-native-path

Weekly Downloads

9,825

Version

0.0.5

License

Apache-2.0

Last publish

Collaborators

  • littocats