Documentation
¶
Overview ¶
Code generated by define_gene; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed path_filepath.d.ts PathFilepathDefine []byte PathFilepathDeclared = map[string]any{ "isAbs": filepath.IsAbs, "SkipDir": filepath.SkipDir, "split": filepath.Split, "walkDir": filepath.WalkDir, "dir": filepath.Dir, "walk": filepath.Walk, "ListSeparator": filepath.ListSeparator, "Separator": filepath.Separator, "toSlash": filepath.ToSlash, "ext": filepath.Ext, "SkipAll": filepath.SkipAll, "volumeName": filepath.VolumeName, "evalSymlinks": filepath.EvalSymlinks, "base": filepath.Base, "fromSlash": filepath.FromSlash, "glob": filepath.Glob, "match": filepath.Match, "splitList": filepath.SplitList, "ErrBadPattern": filepath.ErrBadPattern, "join": filepath.Join, "rel": filepath.Rel, "abs": filepath.Abs, "clean": filepath.Clean, "hasPrefix": filepath.HasPrefix, "isLocal": filepath.IsLocal, } )
Functions ¶
This section is empty.
Types ¶
type PathFilepathModule ¶
type PathFilepathModule struct{}
func (PathFilepathModule) Exports ¶
func (S PathFilepathModule) Exports() map[string]any
func (PathFilepathModule) Identity ¶
func (S PathFilepathModule) Identity() string
func (PathFilepathModule) TypeDefine ¶
func (S PathFilepathModule) TypeDefine() []byte
Click to show internal directories.
Click to hide internal directories.