Skip to content

LittoCats/react-native-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

path util like nodejs for react-native.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages