PHP Classes

File: CoffeeCMS/contents/themes/cfnews/assets/moment/src/lib/moment/valid.js

Recommend this page to a friend!
  Classes of James Brows   Coffee CMS   CoffeeCMS/contents/themes/cfnews/assets/moment/src/lib/moment/valid.js   Download  
File: CoffeeCMS/contents/themes/cfnews/assets/moment/src/lib/moment/valid.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Coffee CMS
Content management system using MVC based themes
Author: By
Last change:
Date: 2 years ago
Size: 367 bytes
 

Contents

Class file image Download
import { isValid as _isValid } from '../create/valid'; import extend from '../utils/extend'; import getParsingFlags from '../create/parsing-flags'; export function isValid () { return _isValid(this); } export function parsingFlags () { return extend({}, getParsingFlags(this)); } export function invalidAt () { return getParsingFlags(this).overflow; }