Skip to content

isPpmBasicFilename

isPpmBasicFilename(filename): boolean

Defined in: src/parsers/filename/ppm.ts:30

Does the same thing as isPpmFilename, expect it only matches “basic” filenames, without the checksum character that is added when saving a Flipnote to the filesystem.

Parameters

ParameterType
filenamestring

Returns

boolean