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
Parameter | Type |
---|---|
filename | string |
Returns
boolean